AマシンからBマシンにrootユーザーのキーベースの認証を正常に作成しました。
ここで、Aマシンと同じようにBマシンで新しいユーザーを作成しましたUSER
。Bマシンで彼のホームディレクトリ/home/USER
を作成し、マシンAからBマシンへのキーベースの認証を作成したいと思います。
だから、私はマシンで走った
ssh-keygen -t rsa
、すべてのパスを受け入れたので/home/USER/.ssh/id_rsa
、フレーズなしssh-copy-id -i /home/USER/.ssh/id_rsa.pub USER@BmachinesIP
、パスワードを入力してマッサージを受けた
マシンにログインしてみてくださいbla bla bla
したがって、すべてが問題ないようです。
しかし、接続しようとしたときにssh USER@BmachinesIP
パスワードを要求されました。私はログを見て試してみましたがssh -vvv USER@BmachinesIP
、ここに出力の一部があります:
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/USER/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/USER/.ssh/id_dsa
debug3: no such identity: /home/USER/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
USER@BmachinesIP's password:
それで、誰かが私が間違ったことをしたり、私が変更すべきことを教えてもらえますか?たぶん問題は権限にあります、ここにあります:
マシン上:
drwx------ 2 USER USER SIZE DATE TIME .ssh
-rw------- 1 USER USER 1675 2011-10-31 14:36 id_rsa
-rw-r--r-- 1 USER USER 413 2011-10-31 14:36 id_rsa.pub
そしてBマシンで:
drwx------ 2 USER defaultGroup SIZE DATE TIME .ssh
-rw------- 1 USER defaultGroup SIZE DATE TIME authorized_keys