ast login: Tue Aug 27 08:02:38 on ttys000
adamliao@adam-de-iMac ~ % ssh ai@raspberrypi.local
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ED25519 key sent by the remote host is
SHA256:IR72DoLG1PQEt7g9JTxSe/8RUdjrbJLiSAGhXcr3tu4.
Please contact your system administrator.
Add correct host key in /Users/adamliao/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/adamliao/.ssh/known_hosts:3
Host key for raspberrypi.local has changed and you have requested strict checking.
Host key verification failed.
adamliao@adam-de-iMac ~ % ssh-keygen -R raspberrypi.local
# Host raspberrypi.local found: line 1
# Host raspberrypi.local found: line 2
# Host raspberrypi.local found: line 3
/Users/adamliao/.ssh/known_hosts updated.
Original contents retained as /Users/adamliao/.ssh/known_hosts.old
adamliao@adam-de-iMac ~ % ssh ai@raspberrypi.local
The authenticity of host 'raspberrypi.local (192.168.0.172)' can't be established.
ED25519 key fingerprint is SHA256:IR72DoLG1PQEt7g9JTxSe/8RUdjrbJLiSAGhXcr3tu4.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'raspberrypi.local' (ED25519) to the list of known hosts.
ai@raspberrypi.local's password:
Linux raspberrypi 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64
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: Thu Jul 4 08:17:55 2024
ai@raspberrypi:~ $
sudo raspi-config
打開SSH
打開VNC
將DISPLAY尺寸設為800X600 or 1024X768
打開I2C
以上