以下の内容はhttps://dk521123.hatenablog.com/entry/37171100より取得しました。


【Raspberry PI】ラズパイ で、ssh 接続するには...

ssh接続を有効にする

 *  [メニュー(ラズパイアイコン)]-[設定]-[Raspberry Piの設定]-[インターフェイス]を選択し、
    「ssh」欄の「有効」に選択する

RSA鍵認証

 * セキュリティ強化のため、

コマンド

ssh-keygen -t rsa
# パスフレーズを入力する

cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

sudo sed -t -e 's/#AuthorizedKeysFile/AuthorizedKeysFile/' /etc/ssh/sshd_config

sudo sed -t -e 's/#PasswordAuthentication_yes/PasswordAuthentication/no/' /etc/ssh/sshd_config

sudo systemctl restart ssh



以上の内容はhttps://dk521123.hatenablog.com/entry/37171100より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14