Re: Trouble using authPubkey authentication (General questions)
I am having a problem similar to the one already mentioned in this thread.
I use wodSFTP and wodSSH. I can properly transfer files between my program and a remote server using authPubkey and wodSFTP. I however cannot connect to the same remote sever using the same private key and settings with wodSSH.
with wodSSH, connect returns -2146798272 (explained in this thread). When I run the remote sshd in debug mode, it seems that wodSSH does not attempt to authenticate with my private key the same way the wodSFTP does.
wodSFTP:
[code]
debug1: userauth-request for user xyz service ssh-connection method none
debug1: userauth-request for user xyz service ssh-connection method publickey
[/code]
wodSSH:
[code]
debug1: userauth-request for user xyz service ssh-connection method none
[/code]
What can cause this type of situation? I am using the same private key for both the ssh and sftp code.
Complete thread:
- Trouble using authPubkey authentication - Damiano, 2004-10-20, 09:46
- Re: Trouble using authPubkey authentication - wodSupport, 2004-10-20, 11:47
- Re: Trouble using authPubkey authentication - Damiano, 2004-10-20, 12:15
- Re: Trouble using authPubkey authentication - wodSupport, 2004-10-20, 12:17
- Re: Trouble using authPubkey authentication - Damiano, 2004-10-20, 12:32
- Re: Trouble using authPubkey authentication - wodSupport, 2004-10-20, 13:46
- Re: Trouble using authPubkey authentication - Damiano, 2004-10-20, 14:15
- Re: Trouble using authPubkey authentication - A. McDermott, 2005-11-21, 23:58
- Re: Trouble using authPubkey authentication - wodSupport, 2005-11-22, 00:00
- Re: Trouble using authPubkey authentication - A. McDermott, 2005-11-21, 23:58
- Re: Trouble using authPubkey authentication - Damiano, 2004-10-20, 14:15
- Re: Trouble using authPubkey authentication - wodSupport, 2004-10-20, 13:46
- Re: Trouble using authPubkey authentication - Damiano, 2004-10-20, 12:32
- Re: Trouble using authPubkey authentication - wodSupport, 2004-10-20, 12:17
- Re: Trouble using authPubkey authentication - Damiano, 2004-10-20, 12:15
- Re: Trouble using authPubkey authentication - wodSupport, 2004-10-20, 11:47