vote up 2 vote down star
1

I would like a Win machine to tunnel into an SSH server whenever the machine starts up. I also want the win machine to reboot the SSH program if it ever crashes. The lighterweight & more stable the SSH program, the more happier I am.

What options do I have with this?

flag

14% accept rate

2 Answers

vote up 4 vote down

The PuTTY suite is probably your best bet, IMO. (Disclaimer: I'm biased as Simon Tatham is a friend of mine from university. Mind you, that means I know how meticulous he is...)

link|flag
PuTTY is awesome. – Vinko Vrsalovic Nov 23 '08 at 14:15
Jon Skeet is awesome. PuTTY is just a software program – Mikeage Jan 5 at 13:25
vote up 3 vote down

Look at using srvany to launch the SSH client as a windows service. Then you can set the service to start up automatically when Windows start.

Essentially, srvany.exe will let you launch any program from the windows service control manager.

http://support.microsoft.com/kb/137890

link|flag
A good tutorial how to do this can be found at xxlinxx.wordpress.com/2009/03/… – kanngard Sep 9 at 22:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.