17 ssh のパスワード・ログインの禁止

ssh でパスワードによるログインを禁止する。 ひさしぶりでやり方を忘れていた。

設定ファイルに次を書き足す。
# To disable tunneled clear text passwords both PasswordAuthentication and
# ChallengeResponseAuthentication must be set to "no".
PasswordAuthentication no
ChallengeResponseAuthentication no

sudo launchctl stop com.openssh.sshd



桂田 祐史