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