When we use the straight SFTP client we get:
debug2: key: /u/cdpprod/experian/.ssh/id_rsa (298950B0)
debug2: key: /u/cdpprod/.ssh/id_rsa (298A0378)
debug2: key: /u/cdpprod/.ssh/id_dsa (298A19E0)
debug2: key: /u/cdp0021/experian/.ssh/id_dsa (0)
debug3: input_userauth_banner
This System Is For Authorized Users Only.
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug3: start over, passed a different list publickey,password,keyboard-interactive
debug3: preferred publickey
debug3: authmethod_lookup publickey
debug3: remaining preferred:
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /u/cdpprod/experian/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 149
debug2: input_userauth_pk_ok: fp 95:07:d8:cc:c4:e2:00:86:e1:9f
debug3: sign_and_send_pubkey
debug1: Authentication succeeded (publickey).
When we use Co:Z SFTP we get:
debug2: key: /u/cdpprod/experian/.ssh/id_rsa (298950B0)
debug2: key: /u/cdpprod/.ssh/id_rsa (298A0378)
debug2: key: /u/cdpprod/.ssh/id_dsa (298A19E0)
debug2: key: /u/cdpprod/experian/.ssh/id_dsa (0)
debug3: input_userauth_banner
This System Is For Authorized Users Only.
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug3: start over, passed a different list publickey,password,keyboard-interactive
debug3: preferred publickey
debug3: authmethod_lookup publickey
debug3: remaining preferred:
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /u/cdpprod/experian/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 149
debug2: input_userauth_pk_ok: fp 95:07:d8:cc:c4:e2:00:86:e1:9f
debug3: sign_and_send_pubkey
debug1: Authentications that can continue: publickey,password,keyboard-interactive
..and so on until we get -
debug1: No more authentication methods to try.
debug3: __catgets: NLS setup complete (1), using message catalog openssh.cat
FOTS1373 Permission denied (publickey,password,keyboard-interactive).
[00365] Connection closed
We are using the same userid, same key (private key is passphrase protected), the same ssh_config clientfile, and I would have to assume that the it is the same sshd_config file on the server. I cannot figure out what is going on between the server acepting the key and the Authentication Succeeded message that would cause us not to get the Authentication Succeeded message when using Co:Z. I have to believe that there is something different in the code that occurs when using Co:Z as opposed to straight SFTP since it works fine with the straight SFTP.
We get the following message on the remote protocol used. Maybe this is an issue with Co:Z?
debug1: Remote protocol version 2.0, remote software version SSHD
debug1: no match: SSHD
Please let me know what else I can provide to you that might help to resolve this issue.
Thank you.