【Ubuntu】SSH パスワード認証禁止する
sshで鍵認証アクセス設定後、さらにセキュリティを高めるためにパスワード認証による アクセスを禁止しておく。 /etc/ssh/sshd_config #PasswordAuthentication yes を下記に変更 PasswordAuthentication no また、下記の設定も確認する。 RSAAuthentication yes PubkeyAuthentication yes RhostsRSAAuthentication no sshdを再起動して反映 sudo service