私はこれに数時間苦労していますので、どんな助けも大歓迎です...
私はssh
OSXからの公開鍵で両方にできる2xサーバーを持っていますが、そこにはまったく問題がないので、すべてがうまくいくと確信していますsshd_config
。
rsync
2台のサーバーを同期するためにcronジョブを構成しようとしていますがssh
、公開キーを使用してサーバーBにサーバーB(バックアップ)が必要です。
私の人生では、公開鍵が見つからない理由を解決することはできません-それらは~/.ssh/
(つまり/root/.ssh
)にあり、すべてのファイル許可はA&Bで正しいです
これは出力です:
debug2: we did not send a packet, disable method
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug3: no such identity: /root/.ssh/identity
debug1: Trying private key: /root/.ssh/id_rsa
debug3: no such identity: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug3: no such identity: /root/.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
また、存在しない秘密鍵を探していることに注意してください...
drwx------. 2 root root 4096 May 25 10:15 .
dr-xr-x---. 4 root root 4096 May 24 18:52 ..
-rw-------. 1 root root 403 May 25 01:37 authorized_keys
-rw-------. 1 root root 0 May 25 01:41 config
-rw-------. 1 root root 1675 May 25 02:35 id_rsa_tm1
-rw-------. 1 root root 405 May 25 02:35 id_rsa_tm1.pub
-rw-------. 1 root root 395 May 25 02:36 known_hosts
_tm1
キーファイル名から削除してみてください(mv id_rsa_tm1 id_rsa
およびmv id_rsa_tm1.pub id_rsa.pub
)
ls -la /root/.ssh/