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?

link|improve this question
Make sure to do further research on using SSH, as CLI access can be quite powerful and might cause you to accidentally kill something on your server (I'm making this assumption as you don't know about putty). – Jakub Sep 2 '10 at 5:17
feedback

migrated from stackoverflow.com Sep 1 '10 at 17:51

This question came from our site for professional and enthusiast programmers.

5 Answers

Putty SSH client.

link|improve this answer
2  
+1 PuTTY is very good! – Starkey Sep 1 '10 at 17:43
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.

link|improve this answer
+1 - It also comes with a X-Server so you don't have to run your linux apps in a console. – Nifle Sep 1 '10 at 17:54
feedback

putty + winscp works for me

link|improve this answer
feedback

You can use X11 forwarding over ssh using PuTTY and XMing.

link|improve this answer
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.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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