home wiki.fukuchiharuki.me
Menu

手順

/etc/ssh/sshd_config

RSA公開鍵認証を有効化する

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys

rootでのログインを不可にする

PermitRootLogin no

パスワード認証を不可にする

RhostsRSAAuthentication no
PasswordAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no

参考