Editorial policy change: I've decided that it's better to use \q
[u/mdw/putty] / doc / gs.but
CommitLineData
d60c975d 1\versionid $Id: gs.but,v 1.5 2001/11/25 17:32:39 simon Exp $
8f1529bc 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
d60c975d 18In the \q{Host Name} box, enter the Internet host name of the server
388f343b 19you want to connect to. You should have been told this by the
20provider of your login account.
21
d60c975d 22Now select a login protocol to use, from the \q{Protocol} buttons.
388f343b 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
d60c975d 29When you change the selected protocol, the number in the \q{Port}
388f343b 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
d60c975d 38Once you have filled in the \q{Host Name}, \q{Protocol}, and
39possibly \q{Port} settings, you are ready to connect. Press the
40\q{Open} button at the bottom of the dialog box, and PuTTY will
388f343b 41begin trying to connect you to the server.
42
43