Windows Putty Connection Linux remote management __linux

Source: Internet
Author: User
Tags ftp file nntp filezilla ftp file transfer pscp scp command xming dns spoofing
One: Putty Introduction
PuTTY's official website: http://www.chiark.greenend.org.uk/~sgtatham/putty/, as of June 2007, the highest stable release was 0.6.

PuTTY is a cross-platform remote login tool that includes a set of programs, including:

* PuTTY (Telnet and SSH client)
* PSCP (SCP client, command line to copy files via SSH, similar to the SCP command under Unix/linux)
* PSFTP (SFTP command line client, similar to FTP file transfer, but using SSH 22 port, not FTP 21 port, similar to the SFTP command under Unix/linux)
* Puttytel (only a Telnet client)
* Plink (command line tools, executing commands on remote servers)
* Pageant (PuTTY, PSCP, plink SSH Authentication agent, use this can not have to enter the password every time)
* Puttygen (the tool used to generate RSA and DSA keys).

Although it contains so much, but often see just use PuTTY login server, completely did not play out the powerful function of PuTTY.
PuTTY as a component also exists in a lot of software, such as FileZilla, WinSCP
In the following text, if not specifically stated, the default login protocol is SSH. After all, using PuTTY is mainly to login SSH host, with Telnet, RLogin can not reflect the powerful function of PuTTY.

Second, Putty Fast start
1. Start a task double-click Putty.exe, and the screen appears:
2. In Host name (or IP address), enter the hostname or IP you want to access. such as: www.sohu.com. or 192.168.1.4
3. The protocol selected for use in protocol, typically telnet or SSH, depends on the service provided by the server.
4. You can save the selected task configuration and enter the name of the task in the saved session.
5. Double-click Open, the screen appears, so you can use putty.

Three Putty use techniques of course, the most basic use of the knowledge described above, common use methods and techniques are:
1. Chinese input support putty also support Chinese input, to set up: window->; appearence->; font:change->; Arial, character set selection chinese_gb2312.
2. Color Display Support putty also support the color display directory, executable files, ordinary files, etc., to set up: connection->;terminal type string->; to change the default xterm to Xterm-color
3. Create a shortcut to a task putty can create a Windows shortcut for a frequently visited site. To create a method: First select Putty.exe, right click the mouse, send to get the desktop. Then right-click the shortcut, select Properties, and change the shortcut-target-"c:/putty.exe" to "C:/putty.exe @mysession"
4. Copy and paste in the Putty window, drag through the left mouse button to select the copied object, such as a command that has been added to the Windows clipboard, and the right mouse button to paste the object. The WINDWOS application can be pasted directly using. Also, the object of the Windows Clipboard can be pasted in the Putty window by right-clicking the mouse button.

Four Ssh,telnet,rlogin,raw four ways of distinguishing and connecting
1, Ssh,telnet,rlogin can be used to connect Linux remotely. Linux is operated by providing a Windows-like "DOS window".
2, SSH is the English Secure Shell shorthand form. By using SSH, you can encrypt all transmitted data so that the man-in-the-middle attack is not possible and can prevent DNS spoofing and IP spoofing. An additional benefit of using SSH is that the data being transferred is compressed, so the speed of transmission can be speeded up. SSH has many functions, which can replace Telnet, and can provide a secure "channel" for FTP, Pop, and even PPP. SSH has two versions: Ssh1 and SSH2.
3, SSH default use port number 22,telnet default use port number 23. Telnet defaults to the use of port number 513.
4, SSH and rlogin can allow logon without having to enter a password.
5, SSH can execute the script at login.
6, many of the TCP/IP protocol contains clear text transmission commands, such as smtp,nntp,http, so use raw way to see these plaintext transmission commands, check whether the correct and so on.

The use of five putty related tools and putty is provided free of charge together with:
1.PSCP: A tool to securely transfer files between SSH computations. is a command line tool.
Use example: Upload a local file to the server. PSCP C:/csh-whynot.txt Fred@example.com:/tmp/csh-whynot
2.PLINK: is a command-line join tool, similar to UNIX under SSH.
Use example: Upload a local file to the server.
Plink login.example.com
3. Pageant: is an SSH Authentication Agent program. The ability to decrypt the key and put it in memory for use.
4. Puttygen: is a key generation program. The ability to generate symmetric public and private keys for putty,pscp.plink,pageant use.

VI if the remote Linux system has a graphical interface, you can use the remote Linux desktop like Windows Remote Desktop Connection
Step 1: Download xming and install boot to http://sourceforge.net/projects/xming/
2: Through the Putty Landing virtual machine, notice before landing in the ssh-x11 option to the "Enable X11 Forwarding" to take the bait
3. After the landing, the input gnome-session can be

One: Putty Introduction
PuTTY's official website: http://www.chiark.greenend.org.uk/~sgtatham/putty/, as of June 2007, the highest stable release was 0.6.

PuTTY is a cross-platform remote login tool that includes a set of programs, including:

* PuTTY (Telnet and SSH client)
* PSCP (SCP client, command line to copy files via SSH, similar to the SCP command under Unix/linux)
* PSFTP (SFTP command line client, similar to FTP file transfer, but using SSH 22 port, not FTP 21 port, similar to the SFTP command under Unix/linux)
* Puttytel (only a Telnet client)
* Plink (command line tools, executing commands on remote servers)
* Pageant (PuTTY, PSCP, plink SSH Authentication agent, use this can not have to enter the password every time)
* Puttygen (the tool used to generate RSA and DSA keys).

Although it contains so much, but often see just use PuTTY login server, completely did not play out the powerful function of PuTTY.
PuTTY as a component also exists in a lot of software, such as FileZilla, WinSCP
In the following text, if not specifically stated, the default login protocol is SSH. After all, using PuTTY is mainly to login SSH host, with Telnet, RLogin can not reflect the powerful function of PuTTY.

Second, Putty Fast start
1. Start a task double-click Putty.exe, and the screen appears:
2. In Host name (or IP address), enter the hostname or IP you want to access. such as: www.sohu.com. or 192.168.1.4
3. The protocol selected for use in protocol, typically telnet or SSH, depends on the service provided by the server.
4. You can save the selected task configuration and enter the name of the task in the saved session.
5. Double-click Open, the screen appears, so you can use putty.

Three Putty use techniques of course, the most basic use of the knowledge described above, common use methods and techniques are:
1. Chinese input support putty also support Chinese input, to set up: window->; appearence->; font:change->; Arial, character set selection chinese_gb2312.
2. Color Display Support putty also support the color display directory, executable files, ordinary files, etc., to set up: connection->;terminal type string->; to change the default xterm to Xterm-color
3. Create a shortcut to a task putty can create a Windows shortcut for a frequently visited site. To create a method: First select Putty.exe, right click the mouse, send to get the desktop. Then right-click the shortcut, select Properties, and change the shortcut-target-"c:/putty.exe" to "C:/putty.exe @mysession"
4. Copy and paste in the Putty window, drag through the left mouse button to select the copied object, such as a command that has been added to the Windows clipboard, and the right mouse button to paste the object. The WINDWOS application can be pasted directly using. Also, the object of the Windows Clipboard can be pasted in the Putty window by right-clicking the mouse button.

Four Ssh,telnet,rlogin,raw four ways of distinguishing and connecting
1, Ssh,telnet,rlogin can be used to connect Linux remotely. Linux is operated by providing a Windows-like "DOS window".
2, SSH is the English Secure Shell shorthand form. By using SSH, you can encrypt all transmitted data so that the man-in-the-middle attack is not possible and can prevent DNS spoofing and IP spoofing. An additional benefit of using SSH is that the data being transferred is compressed, so the speed of transmission can be speeded up. SSH has many functions, which can replace Telnet, and can provide a secure "channel" for FTP, Pop, and even PPP. SSH has two versions: Ssh1 and SSH2.
3, SSH default use port number 22,telnet default use port number 23. Telnet defaults to the use of port number 513.
4, SSH and rlogin can allow logon without having to enter a password.
5, SSH can execute the script at login.
6, many of the TCP/IP protocol contains clear text transmission commands, such as smtp,nntp,http, so use raw way to see these plaintext transmission commands, check whether the correct and so on.

The use of five putty related tools and putty is provided free of charge together with:
1.PSCP: A tool to securely transfer files between SSH computations. is a command line tool.
Use example: Upload a local file to the server. PSCP C:/csh-whynot.txt Fred@example.com:/tmp/csh-whynot
2.PLINK: is a command-line join tool, similar to UNIX under SSH.
Use example: Upload a local file to the server.
Plink login.example.com
3. Pageant: is an SSH Authentication Agent program. The ability to decrypt the key and put it in memory for use.
4. Puttygen: is a key generation program. The ability to generate symmetric public and private keys for putty,pscp.plink,pageant use.

VI if the remote Linux system has a graphical interface, you can use the remote Linux desktop like Windows Remote Desktop Connection
Step 1: Download xming and install boot to http://sourceforge.net/projects/xming/
2: Through the Putty Landing virtual machine, notice before landing in the ssh-x11 option to the "Enable X11 Forwarding" to take the bait
3. After the landing, the input gnome-session can be

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.