SSH (Secure Shell) is a set of remote operation of Linux and file upload and download software,
Very useful, almost all Linux programmers in a software company will use SSH.
Preparatory work:
: Http://files.cnblogs.com/hongten/SSHSecureShellClient-3.2.9.zip
Download : sshsecureshellclient-3.2.9.exe (Files obtained after decompression)
==================================================
To install SSH:
==================================================
Installing SSH is a very easy task. Directly above windows
Double-click Sshsecureshellclient-3.2.9.exe
You can install SSH.
When you're done installing, you'll have two more shortcuts on your Windows desktop:
Next, we're going to use SSH, but before we do, we have to ping the Linux we want to link to.
This is the IP of my Linux:
Ping 192.168.235.66 in console above windows
This ensures that our Windows and Linux are unicom.
Next, double-click the left icon: SSH Secure Shell Client
Appear
Double-click: Quick Connection (red box section)
Enter host name and user name as shown in.
Enter the password, which is the login password for root under Linux.
This interface is the same as the Linux operation, but there is a point where the graphical interface cannot be found here.
Click the Red box section (New file Transfer Window) to implement file transfer between Windows and Linux ...
Isn't it simple?
Linux Learning _ssh (Secure Shell)