Raspberry Pi ImagerでRasbperry Pi OS LITE(64bit)のインストール
空のsshファイルをSDカードに入れる
空のssh.txtファイルを入れることでsshができるようになるらしい
sshを行う
ssh pi@raspberrypi.local
pi@raspberrypi.local's password:
Permission denied, please try again.
できないんだが...
解決策
パスワードはraspberryにしました。
※.sshディレクトリにあるknown_hostsファイルのraspberrypi.localの行を消しておかないとsshはできない
ssh pi@raspberrypi.local
pi@raspberrypi.local's password:
pi@raspberrypi:~ $
できた!