OSDN Git Service

Compile executable files.
[ffftp/ffftp.git] / contrib / putty / DOC / INTRO.BUT
1 \define{versionidintro} \versionid $Id: intro.but 5593 2005-04-05 18:01:32Z jacob $\r
2 \r
3 \C{intro} Introduction to PuTTY\r
4 \r
5 PuTTY is a free SSH, Telnet and Rlogin client for 32-bit Windows\r
6 systems.\r
7 \r
8 \H{you-what} What are SSH, Telnet and Rlogin?\r
9 \r
10 If you already know what SSH, Telnet and Rlogin are, you can safely\r
11 skip on to the next section.\r
12 \r
13 SSH, Telnet and Rlogin are three ways of doing the same thing:\r
14 logging in to a multi-user computer from another computer, over a\r
15 network.\r
16 \r
17 Multi-user operating systems, such as Unix and VMS, usually present\r
18 a \i{command-line interface} to the user, much like the \q{\i{Command\r
19 Prompt}} or \q{\i{MS-DOS Prompt}} in Windows. The system prints a\r
20 prompt, and you type commands which the system will obey.\r
21 \r
22 Using this type of interface, there is no need for you to be sitting\r
23 at the same machine you are typing commands to. The commands, and\r
24 responses, can be sent over a network, so you can sit at one\r
25 computer and give commands to another one, or even to more than one.\r
26 \r
27 SSH, Telnet and Rlogin are \i\e{network protocols} that allow you to\r
28 do this. On the computer you sit at, you run a \i\e{client}, which\r
29 makes a network connection to the other computer (the \i\e{server}).\r
30 The network connection carries your keystrokes and commands from the\r
31 client to the server, and carries the server's responses back to\r
32 you.\r
33 \r
34 These protocols can also be used for other types of keyboard-based\r
35 interactive session. In particular, there are a lot of bulletin\r
36 boards, \i{talker systems} and \i{MUDs} (Multi-User Dungeons) which support\r
37 access using Telnet. There are even a few that support SSH.\r
38 \r
39 You might want to use SSH, Telnet or Rlogin if:\r
40 \r
41 \b you have an account on a Unix or VMS system which you want to be\r
42 able to access from somewhere else\r
43 \r
44 \b your Internet Service Provider provides you with a login account\r
45 on a \i{web server}. (This might also be known as a \i\e{shell account}.\r
46 A \e{shell} is the program that runs on the server and interprets\r
47 your commands for you.)\r
48 \r
49 \b you want to use a \i{bulletin board system}, talker or MUD which can\r
50 be accessed using Telnet.\r
51 \r
52 You probably do \e{not} want to use SSH, Telnet or Rlogin if:\r
53 \r
54 \b you only use Windows. Windows computers have their own\r
55 ways of networking between themselves, and unless you are doing\r
56 something fairly unusual, you will not need to use any of these\r
57 remote login protocols.\r
58 \r
59 \H{which-one} How do SSH, Telnet and Rlogin differ?\r
60 \r
61 This list summarises some of the \i{differences between SSH, Telnet\r
62 and Rlogin}.\r
63 \r
64 \b SSH (which stands for \q{\i{secure shell}}) is a recently designed,\r
65 high-security protocol. It uses strong cryptography to protect your\r
66 connection against eavesdropping, hijacking and other attacks. Telnet\r
67 and Rlogin are both older protocols offering minimal security.\r
68 \r
69 \b SSH and Rlogin both allow you to \I{passwordless login}log in to the\r
70 server without having to type a password. (Rlogin's method of doing this is\r
71 insecure, and can allow an attacker to access your account on the\r
72 server. SSH's method is much more secure, and typically breaking the\r
73 security requires the attacker to have gained access to your actual\r
74 client machine.)\r
75 \r
76 \b SSH allows you to connect to the server and automatically send a\r
77 command, so that the server will run that command and then\r
78 disconnect. So you can use it in automated processing.\r
79 \r
80 The Internet is a hostile environment and security is everybody's\r
81 responsibility. If you are connecting across the open Internet, then\r
82 we recommend you use SSH. If the server you want to connect to\r
83 doesn't support SSH, it might be worth trying to persuade the\r
84 administrator to install it.\r
85 \r
86 If your client and server are both behind the same (good) firewall,\r
87 it is more likely to be safe to use Telnet or Rlogin, but we still\r
88 recommend you use SSH.\r