1
vote
2answers
521 views

plink.exe from windows service cannot find pageant

I have one windows service which will use plink.exe for ssh connection and I found that plink cannot find the running pageant. Here is the steps I have done so far. Install windows service to run ...
4
votes
0answers
849 views

Plink does not see Pageant [closed]

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" ...
0
votes
1answer
355 views

plink pageant not working from asp.net

the problem in a nutshell: running plink(with specific arguments) works from cmd, but not from asp.net the command being executed: "C:\Program Files (x86)\PuTTY\plink.exe" -batch abc@xyz ...