I have a server setup with my public key and adding my private key to putty allows me to connect to the server properly. When I use pageant however, it doesn't work. My research showed that the event log with pageant running should look something like:
....
Pageant is running. Requesting keys.
Pageant has X SSH-2 keys
Trying Pageant key #0
....
however, my event log looks like
...
Pageant is running. Requesting keys.
...
It seems like pageant isn't responding to putty's key request. Any help in this would be appreciated.
Thanks
Seems like if you have a default private key configured like this guy did
Then it can break the pageant keys, it simply doesn't try to use them!
plink -v [email protected]
fails
Reading private key file "D:\.ssh\id_rsa.ppk"
Pageant is running. Requesting keys.
Pageant has 1 SSH-2 keys
Configured key file not in Pageant
Using username "root".
Offered public key
Server refused our key
Server refused our key
plink -v -i x [email protected]
which disables the default key
Unable to use key file "x" (unable to open file)
Pageant is running. Requesting keys.
Pageant has 1 SSH-2 keys
Using username "root".
Trying Pageant key #0
Authenticating with public key "key.pem" from agent
You need to see Trying Pageant key #0, #1 ,#2 etc
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With