Linux / UNIX ユーザー

  1. ターミナルを開いて ssh <username>@<hostname>.local と入力してください。

    ssh pi@raspberrypi.local
    
  2. 以下のメッセージが表示されます。

    The authenticity of host 'raspberrypi.local (192.168.6.116)' can't be established.
    ECDSA key fingerprint is SHA256:7ggckKZ2EEgS76a557cddfxFNDOBBuzcJsgaqA/igz4.
    Are you sure you want to continue connecting (yes/no/[fingerprint])?
    
  3. "yes" と入力してください。

    ../_images/mac-ssh-login.png
  4. パスワードを入力してください。 (デフォルトの場合は raspberry です。)

  5. これでRaspberry piに正常にログインできましたので、OSのアップデートを行います。

    ../_images/mac-ssh-terminal.png