Ho lottato con questo per un paio d'ore, quindi ogni aiuto è molto apprezzato ...
Ho 2 server entrambi che posso usare ssh
con le chiavi pubbliche di OSX, nessun problema, quindi sono certo che tutto vada bene sshd_config
.
Sto cercando di configurare un processo cron per rsync
sincronizzare i due server e ho bisogno del server B (backup) ssh
nel server A usando una chiave pubblica.
Per la vita non riesco a capire perché non trova le mie chiavi pubbliche: sono in ~/.ssh/
(es. /root/.ssh
) E tutte le autorizzazioni per i file sono corrette su A e B.
Questo è l'output:
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
Nota anche che sta cercando chiavi private che non esistono ...
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
nomi dei tuoi file chiave (ie mv id_rsa_tm1 id_rsa
e mv id_rsa_tm1.pub id_rsa.pub
)
ls -la /root/.ssh/