Up 接続テスト 作成: 2021-10-02
更新: 2021-10-04


  • ssh 接続
      $ ssh pi@10.10.10.1 The authenticity of host '10.10.10.1 (10.10.10.1)' can't be established. RSA key fingerprint is 73:e9:fe:e4:16:6e:a5:99:ae:b7:44:12:24:aa:d0:ff. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '10.10.10.1' (RSA) to the list of known hosts. pi@10.10.10.1's password: Linux raspi 5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Mon Oct 4 01:48:02 2021 Wi-Fi is currently blocked by rfkill. Use raspi-config to set the country before use. pi@raspi:~ $

  • ssh -X 接続
    • xeyes 実行:
        $ xeyes

  • ftp 接続 (SFTP)

  • http 接続
    1. PC のターミナルから apache2 を起動:
        sudo systemctl start apache2
        あるいは
        sudo service apache2 start
    2. PC のブラウザから http 接続:
        http://10.10.10.1