SSH is a toolkit used to replace TELNET, FTP, and R commands. It is mainly intended to solve the problem of clear text transmission of passwords on the Internet. For system security and users' own rights, it is necessary to promote SSH. SSH is short for English Secure Shell. By using SSH, you can encrypt all transmitted data, so "man in the middle" attack is impossible, and it can also prevent DNS spoofing and IP spoofing.
SSH Secure Shell Client is a good remote linux tool. Download address: http://down.51cto.com/data/643694. The disadvantage is that it does not support Chinese well. The default encoding of Windows is GBK by default. Linux is generally utf-8 encoded.
First, the specific installation steps are as follows,
1. After decompressing, double-click the exe file, as shown in the figure below, and click "Next" Technology Sharing Technology Sharing
technology sharing
2. Agree to the installation agreement and click the "Yes" button
technology sharing
technology sharing
3. Select the installation path and click Next
technology sharing
technology sharing
4. Fill in the directory name and click "Next"
technology sharing
technology sharing
5. Choose whether to create desktop icons, documents and other, then click "Next"
technology sharing
technology sharing
6. Click "Finish" at the end
technology sharing
technology sharing
The installation steps are relatively simple.
How to use
After the installation is complete, two icons "Secure Shell Client" and "Secure File Transfer Client" will appear on the desktop
1. Double-click the "Secure Shell Client" to launch the "Secure Shell Client" window. This is a client for command line interaction with the Linux system. The interface is as follows
technology sharing
technology sharing
2. Connect to the Linux server, click the connect icon in the figure above, the following dialog box pops up, enter the IP, user name, the default port is 22, select Password as the authentication method, and then click Connect to log in to the remote client. The Transfer icon opens the interface for file interaction with the remote system.
technology sharing
technology sharing
3. Double-click the "Secure File Transfer Client" icon, the following interface pops up, click the connect icon to pop up the login method as shown above, enter relevant information, and you can remotely download and upload files.
technology sharing
SSH Secure Shell Client installation and use
Tags: solve upload file win file interaction space cdc shel step data
Original address: http://www.cnblogs.com/yzq07231012/p/6498135.html