My computer runs Windows 7 and my server runs Linux CENTOS 5.5.
What software do I need on my W7 machine to access my server with SSH?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Putty SSH client. | |||||
feedback
|
|
ALternatively if you prefer working in a UNIX like environment on your windows box you might install Cygwin which also has the ssh, scp, ... commands, and of course all the other commands to make a Unix environment. I always have a cygwin installed in a folder on every windows machine I regularly use. | |||
feedback
|
|
Depends on what you need Just command prompt, putty is light and great. for file transfers and light shell acess, winscp is good (filezilla works too for file transfer) for shell access and remote windows viewing the one and only product is xming (which does not do the same thing as VNC, which is remote desktop. Xming just allows you to open single apps across a network using X on windows.) | |||
|
feedback
|