DOJEUN's Notepad
記事検索:
LISTへ
【Raspberry Pi】SSH Server チャレンジレスポンス認証設定
sshd_configファイル編集
$
sudo nano /etc/ssh/sshd_config
・・・
PasswordAuthentication
no
ChallengeResponseAuthentication
yes
・・・
sshd再起動
$
sudo systemctl restart sshd
前記事:
【Raspberry Pi】ユーザ追加、削除
次記事:
【Raspberry Pi】Wi-Fi設定と確認