- 履歴一覧
 - 差分 を表示
 - 現在との差分 を表示
 - ソース を表示
 - サーバ管理/RSA公開鍵認証でsshする へ行く。
  
- 1 (2011-01-31 (月) 13:09:28)
 
 
手順†
/etc/ssh/sshd_config†
RSA公開鍵認証を有効化する†
RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys
rootでのログインを不可にする†
PermitRootLogin no
パスワード認証を不可にする†
RhostsRSAAuthentication no PasswordAuthentication no PermitEmptyPasswords no ChallengeResponseAuthentication no