Birkaç saat boyunca bununla mücadele ediyorum, bu yüzden herhangi bir yardım çok takdir ediliyor ...
Her ikisi de ssh
OSX’in ortak anahtarlarıyla yapabileceğim 2x sunucum var , sorun yok, bu yüzden her şeyin yolunda olduğundan eminim sshd_config
.
rsync
İki sunucuyu eşitlemek için bir cron işi yapılandırmaya çalışıyorum ve B (yedek) ssh
sunucusunu bir genel anahtar kullanarak sunucu A'ya ihtiyaç duymaya çalışıyorum .
Hayatım boyunca neden açık anahtarımı bulamadığını çözemiyorum - bunlar ~/.ssh/
içeride (yani. /root/.ssh
) Ve tüm dosya izinleri A & B'de doğru.
Bu çıktı:
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
Ayrıca, var olmayan özel anahtarları aradığını da unutmayın ...
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
anahtar dosya adlarınızdan çıkarmayı deneyin (örn. mv id_rsa_tm1 id_rsa
ve mv id_rsa_tm1.pub id_rsa.pub
)
ls -la /root/.ssh/