Pageant is started. I can login to server using Putty with blank key field.
This command works fine:
Plink -i c:\path\to\key.ppk git@server.name info
But this one says "Server refused our key" within the same Pageant run, where Putty worked fine:
Plink -agent git@server.name info
And a couple of days ago them all worked nice.
Where to search the problem?
Plink -v -agent git@server.name info log:
Looking up host "xxx.xxx.xxx.xxx"
Connecting to xxx.xxx.xxx.xxx port 22
Server version: SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1
Using SSH protocol version 2
We claim version: SSH-2.0-PuTTY_Release_0.61
Doing Diffie-Hellman group exchange
Doing Diffie-Hellman key exchange with hash SHA-256
Host key fingerprint is:
ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
Initialised AES-256 SDCTR client->server encryption
Initialised HMAC-SHA1 client->server MAC algorithm
Initialised AES-256 SDCTR server->client encryption
Initialised HMAC-SHA1 server->client MAC algorithm
Reading private key file "c:\path\to\key.ppk"
Pageant is running. Requesting keys.
Pageant has 1 SSH-2 keys
Configured key file not in Pageant
Using username "git".
Offered public key
Server refused our key
Server refused public key
git@xxx.xxx.xxx.xxx's password:
Configured key file not in Pageant is not true, because Putty connects using the same key there.
Solution 1 Plink implicitly tries to use any of saved sessions. Adding an option -load none did help. If someone know the correct way to load the defaults (insead of none which is just nonexistent session), please advice.
Solution 2 Find the session with the same name as the domain for the target site and rename it to something else.