Hi, I would like to run putty from windows service application. The problem is that it must connect to ssh server and create tunnel. When i launch putty by hand with the following parameters:
putty.exe -L 3499:127.0.0.1:225 -ssh [EMAIL PROTECTED] -pw password everything works fine. It connects and open tunnel (I am able to see (netstat -an) listening port 3499) I have written windows service. It run putty on appropiate user login and Password. It connects to ssh server, but Doesn't open 3499, morover i don't see any error in putty's log file... I am just asking you if you could advise me and help with that. Is that the problem with rights or something ... Yesterday i wrote a simple application which opens port and quits logging Errors and other information. I was able to open port and none error was encountered, so is that mean that is putty's issue? Has anyone of you ever tried running putty from windows' service? Thanks Wojtek _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
