나는 몇 시간 동안이 문제로 어려움을 겪어 왔으므로 도움을 주시면 감사하겠습니다 ...
나는 ssh
OSX의 공개 키로 할 수있는 2x 서버를 가지고 있으며 전혀 문제가 없으므로 모든 것이 잘되어 있다고 확신 sshd_config
합니다.
rsync
두 서버를 동기화하고 ssh
공개 키를 사용하여 서버 A (서버 )에 서버 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
and mv id_rsa_tm1.pub id_rsa.pub
)를 제거해보십시오
ls -la /root/.ssh/