RasPi のいまの IPアドレスを知った。
そこで,PC から RasPi に ssh 接続:
初回の接続なので,つぎのメッセージになる:
The authenticity of host '[IPアドレス]' can't be established.
RSA key fingerprint is is 8a:24:24:c5:e7:3d:59:c9:ed:47:05:f2:f9:68:a3:fc.
Are you sure you want to continue connecting (yes/no)?
yes を入力
パスワードの入力が求められる。
パスワードを入力
つぎのメッセージになる
Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-1028-raspi aarch64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Thu Feb 25 01:11:04 UTC 2021
System load: 0.16
Usage of /: 8.1% of 28.96GB
Memory usage: 34%
Swap usage: 0%
Temperature: 49.9 C
Processes: 133
Users logged in: 1
IPv4 address for eth0: 192.168.1.12
IPv6 address for eth0: 2400:4060:e62:a700:ba27:ebff:fe49:4035
* Introducing self-healing high availability clusters in MicroK8s.
Simple, hardened, Kubernetes for production, from RaspberryPi to DC.
https://microk8s.io/high-availability
15 updates can be installed immediately.
0 of these updates are security updates.
To see these additional updates run: apt list --upgradable
*** System restart required ***
Last login: Thu Feb 25 00:51:11 2021
To run a command as administrator (user "root"), use "sudo ".
See "man sudo_root" for details..
そして,つぎのコマンドプロンプトになる:
備考
PC側で,ターミナルの新規ウィンドウを開き,つぎのファイルに Raspberry Pi の IPアドレスが加わっていることを確認:
/Users/[ユーザ名]/.ssh/known_hosts
ちなみに,known_hosts ファイルを空にしたいときは
~ $ \cp /dev/null ./.ssh/known_hosts
この後の ssh 接続では,初回アクセスのメッセージが表示されることになる。
|