10
ssh-copy-idが機能しません
CentOS 5.4でパスワードなしのSSHログインを設定しようとしています。 クライアントでRSA公開キーを生成しました。 クライアントからサーバーへのssh-copy-id。 検証済みの〜/ .ssh / authorized_keysにはクライアントキーが含まれています。 クライアントはまだパスワードの入力を求められます。私は何を取りこぼしたか? ありがとう。 編集:アドバイスに従ってssh_configと権限をチェックしました。これはクライアントからのデバッグ情報です: debug2: key: /home/saguna/.ssh/identity ((nil)) debug2: key: /home/saguna/.ssh/id_rsa (0x2b31921be9a0) debug2: key: /home/saguna/.ssh/id_dsa ((nil)) debug1: Authentications that can continue: publickey,gssapi-with-mic,password debug3: start over, passed a different list publickey,gssapi-with-mic,password debug3: preferred gssapi-with-mic,publickey,keyboard-interactive,password debug3: authmethod_lookup gssapi-with-mic debug3: remaining preferred: publickey,keyboard-interactive,password debug3: authmethod_is_enabled gssapi-with-mic …