Use putty to remotely log on to linux in windows:
Putty.exe is an interface program. Enter the IP address or domain name of the target host and click Connect. Enter the user and password to establish the connection. If it is the first connection, there are some prompts, this means that the target host is not in the list of known hosts. Do you want to add it. Select yes to continue. After www.2cto.com uses putty.exe to establish a connection, enter the setup command and garbled characters. The interface method is: Set the encoding before establishing the connection, and the complete putty package has a plink program, this is a command line program; www.2cto.com
Plink root@192.168.1.101, and then enter the password. However, the implementation of this program is not ideal. Use pscp to transfer files to linux. pscp c: \ documents ents \ *. doc fred@example.com: docfiles
Author: LiShixi