Currently, I use PuTTY for SSHing into my linux server and Cygwin for local development when working on my Windows machine. Sadly, the terminal emulator that comes with Cygwin doesn't approach the quality of the excellent terminal emulator that comes with PuTTY. And it occurs to me that there really shouldn't be any conceptual difference between connecting PuTTY to a remote server over SSH and using PuTTY locally as a Windows shell to interface with the Cygwin system... but I haven't been able to figure out how to do this for the life of me. Is it possible to use PuTTY this way? If so, how?
+2
A:
I suppose if you somehow managed to install and start an ssh server on your local cygwin environment, putty should be able to connect to localhost
M0E-lnx
2009-12-21 23:27:53
A:
PuTTY lets you connect to servers with ssh. Have you tried running an sshd
on your Cygwin, and connecting to localhost with PuTTY ?
Victor Nicollet
2009-12-21 23:28:31
+11
A:
Take a look at PuTTyCyg.
Also I like to use MinTTY available through the Cygwin installer...
Amro
2009-12-21 23:30:48
+1: MinTTY *is* PuTTY, just with the network and serial port comms stuff stripped out, making it only suitable as a local terminal program, like xterm on X systems.
Warren Young
2009-12-22 15:12:42