Re: Public Key authenication (General questions)
My problem is that I amd using Delphi 7, and it won't let me treat wodkeys.dll like an activex control. I don't think I need it anyway. I generated the keys on the server and verified that they work. I then copied the private key into a memo on the app and tried to log in, and the login failed. Is there something I have to do with the key to pass it to the server? Here's my code for your review:
wodTunnel1.Hostname := Edit1.Text;
wodTunnel1.Port := 22;
wodTunnel1.Protocol := SSHAuto;
wodTunnel1.Login := 'testuser';
wodTunnel1.PrivateKey := Memo1.Text;
wodTunnel1.Authentication := authPubkey;
Regards!
Complete thread:
- Public Key authenication - imper, 2005-06-16, 16:19
- Re: Public Key authenication - wodSupport, 2005-06-16, 16:29
- Re: Public Key authenication - imper, 2005-06-17, 03:53
- Re: Public Key authenication - wodSupport, 2005-06-17, 12:09
- Re: Public Key authenication - imper, 2005-06-17, 17:30
- Re: Public Key authenication - wodSupport, 2005-06-17, 12:09
- Re: Public Key authenication - imper, 2005-06-17, 03:53
- Re: Public Key authenication - wodSupport, 2005-06-16, 16:29