I did a clean 10.6 install and forgot to backup the ssh key. Now when I try to ssh into the server i get this:
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'macpro,10.0.1.20' (RSA) to the list of known hosts.
debug2: bits set: 522/1024
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /Users/xxxxx/.ssh/identity (0x0)
debug2: key: /Users/xxxxx/.ssh/id_rsa (0x0)
debug2: key: /Users/xxxxx/.ssh/id_dsa (0x0)
debug1: Authentications that can continue: publickey,keyboard-interactive
debug3: start over, passed a different list publickey,keyboard-interactive
debug3: preferred 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: Trying private key: /Users/xxxxx/.ssh/identity
debug3: no such identity: /Users/xxxxx/.ssh/identity
debug1: Trying private key: /Users/xxxxx/.ssh/id_rsa
debug3: no such identity: /Users/xxxxx/.ssh/id_rsa
debug1: Trying private key: /Users/xxxxx/.ssh/id_dsa
debug3: no such identity: /Users/xxxxx/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup keyboard-interactive
debug3: remaining preferred: password
debug3: authmethod_is_enabled keyboard-interactive
debug1: Next authentication method: keyboard-interactive
debug2: userauth_kbdint
debug2: we sent a keyboard-interactive packet, wait for reply
debug1: Authentications that can continue: publickey,keyboard-interactive
debug3: userauth_kbdint: disable: no info_req_seen
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Permission denied (publickey,keyboard-interactive).
How can I fix this?
Thanks
Update: I have deleted ".ssh" folders on both the machine. Now what?
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'macpro,10.0.1.20' (RSA) to the list of known hosts.
debug2: bits set: 522/1024
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /Users/xxxxx/.ssh/identity (0x0)
debug2: key: /Users/xxxxx/.ssh/id_rsa (0x0)
debug2: key: /Users/xxxxx/.ssh/id_dsa (0x0)
debug1: Authentications that can continue: publickey,keyboard-interactive
debug3: start over, passed a different list publickey,keyboard-interactive
debug3: preferred 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: Trying private key: /Users/xxxxx/.ssh/identity
debug3: no such identity: /Users/xxxxx/.ssh/identity
debug1: Trying private key: /Users/xxxxx/.ssh/id_rsa
debug3: no such identity: /Users/xxxxx/.ssh/id_rsa
debug1: Trying private key: /Users/xxxxx/.ssh/id_dsa
debug3: no such identity: /Users/xxxxx/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup keyboard-interactive
debug3: remaining preferred: password
debug3: authmethod_is_enabled keyboard-interactive
debug1: Next authentication method: keyboard-interactive
debug2: userauth_kbdint
debug2: we sent a keyboard-interactive packet, wait for reply
debug1: Authentications that can continue: publickey,keyboard-interactive
debug3: userauth_kbdint: disable: no info_req_seen
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Permission denied (publickey,keyboard-interactive).
How can I fix this?
Thanks
Update: I have deleted ".ssh" folders on both the machine. Now what?