ホーム > 運用 > サーバ > sshのパスワード認証禁止 B! 2013/12/13 2013/12/14 vim /etc/ssh/sshd_config Shell #PasswordAuthentication yes ↓ PasswordAuthentication no 123 #PasswordAuthentication yes↓PasswordAuthentication no コメントを外して no に Shell /etc/init.d/sshd reload 1 /etc/init.d/sshd reload ミスってるとサーバにログインできなくて死~ ってなるので今のターミナルはそのままにしておいて接続を確認すること オススメの記事 B! - サーバ