📄 intro.but
字号:
\versionid $Id: intro.but,v 1.1.1.1.10.2 2004/12/29 11:32:20 pekangas Exp $\C{intro} Introduction to PuTTYPuTTY is a free SSH, Telnet and Rlogin client for 32-bit Windowssystems.\H{you-what} What are SSH, Telnet and Rlogin?If you already know what SSH, Telnet and Rlogin are, you can safelyskip on to the next section.SSH, Telnet and Rlogin are three ways of doing the same thing:logging in to a multi-user computer from another computer, over anetwork.Multi-user operating systems, such as Unix and VMS, usually presenta command-line interface to the user, much like the \q{\i{CommandPrompt}} or \q{\i{MS-DOS Prompt}} in Windows. The system prints aprompt, and you type commands which the system will obey.Using this type of interface, there is no need for you to be sittingat the same machine you are typing commands to. The commands, andresponses, can be sent over a network, so you can sit at onecomputer and give commands to another one, or even to more than one.SSH, Telnet and Rlogin are \i\e{network protocols} that allow you todo this. On the computer you sit at, you run a \i\e{client}, whichmakes a network connection to the other computer (the \i\e{server}).The network connection carries your keystrokes and commands from theclient to the server, and carries the server's responses back toyou.These protocols can also be used for other types of keyboard-basedinteractive session. In particular, there are a lot of bulletinboards, talker systems and MUDs (Multi-User Dungeons) which supportaccess using Telnet. There are even a few that support SSH.You might want to use SSH, Telnet or Rlogin if:\b you have an account on a Unix or VMS system which you want to beable to access from somewhere else\b your Internet Service Provider provides you with a login accounton a web server. (This might also be known as a \i\e{shell account}.A \e{shell} is the program that runs on the server and interpretsyour commands for you.)\b you want to use a bulletin board system, talker or MUD which canbe accessed using Telnet.You probably do \e{not} want to use SSH, Telnet or Rlogin if:\b you only use Windows. Windows computers have their ownways of networking between themselves, and unless you are doingsomething fairly unusual, you will not need to use any of theseremote login protocols.\H{which-one} How do SSH, Telnet and Rlogin differ?This list summarises some of the \i{differences between SSH, Telnetand Rlogin}.\b SSH (which stands for \q{\i{secure shell}}) is a recently designed,high-security protocol. It uses strong cryptography to protect yourconnection against eavesdropping, hijacking and other attacks. Telnetand Rlogin are both older protocols offering minimal security.\b SSH and Rlogin both allow you to log in to the server withouthaving to type a password. (Rlogin's method of doing this isinsecure, and can allow an attacker to access your account on theserver. SSH's method is much more secure, and typically breaking thesecurity requires the attacker to have gained access to your actualclient machine.)\b SSH allows you to connect to the server and automatically send acommand, so that the server will run that command and thendisconnect. So you can use it in automated processing.The Internet is a hostile environment and security is everybody'sresponsibility. If you are connecting across the open Internet, thenwe recommend you use SSH. If the server you want to connect todoesn't support SSH, it might be worth trying to persuade theadministrator to install it.If your client and server are both behind the same (good) firewall,it is more likely to be safe to use Telnet or Rlogin, but we stillrecommend you use SSH.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -