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