Arrgh, and "password" should be spelled "passphrase".
[u/mdw/putty] / doc / gs.but
CommitLineData
8f1529bc 1\versionid $Id: gs.but,v 1.4 2001/11/25 16:57:45 simon Exp $
2
e5b0d077 3\C{gs} Getting started with PuTTY
4
388f343b 5This chapter gives a quick guide to the simplest types of
6interactive login session using PuTTY.
7
8\H{gs-insecure} Starting a session
9
10When you start PuTTY, you will see a dialog box. This dialog box
11allows you to control everything PuTTY can do. See \k{config} for
12details of all the things you can control.
13
14You don't usually need to change most of the configuration options.
15To start the simplest kind of session, all you need to do is to
16enter a few basic parameters.
17
18In the \e{Host Name} box, enter the Internet host name of the server
19you want to connect to. You should have been told this by the
20provider of your login account.
21
22Now select a login protocol to use, from the \e{Protocol} buttons.
23For a login session, you should select Telnet, Rlogin or SSH. See
24\k{which-one} for a description of the differences between the three
25protocols, and advice on which one to use. The fourth protocol,
26\e{Raw}, is not used for interactive login sessions; you would
27usually use this for debugging other Internet services.
28
29When you change the selected protocol, the number in the \e{Port}
30box will change. This is normal: it happens because the various
31login services are usually provided on different network ports by
32the server machine. Most servers will use the standard port numbers,
33so you will not need to change the port setting. If your server
34provides login services on a non-standard port, your system
35administrator should have told you which one. (For example, many
36MUDs run Telnet service on a port other than 23.)
37
38Once you have filled in the \e{Host Name}, \e{Protocol}, and
39possibly \e{Port} settings, you are ready to connect. Press the
40\e{Open} button at the bottom of the dialog box, and PuTTY will
41begin trying to connect you to the server.
42
43