home wiki.fukuchiharuki.me
Menu

  • 追加された行はこの色です。
  • 削除された行はこの色です。
*手順 [#ec964c36]
**/etc/ssh/sshd_config [#w0caaeae]
***RSA公開鍵認証を有効化する [#ybbaec40]
 RSAAuthentication yes
 PubkeyAuthentication yes
 AuthorizedKeysFile .ssh/authorized_keys
***rootでのログインを不可にする [#qb30a312]
 PermitRootLogin no
***パスワード認証を不可にする [#xe279cc3]
 RhostsRSAAuthentication no
 PasswordAuthentication no
 PermitEmptyPasswords no
 ChallengeResponseAuthentication no

*参考 [#ba42234f]
-http://www.atmarkit.co.jp/flinux/rensai/linuxtips/432makesshkey.html
-http://gentoo.reichsarchiv.jp/item/17