Mostly Mathias Leinmueller's PuTTYgen documentation, modified slightly
[sgt/putty] / doc / plink.but
CommitLineData
bace5431 1\versionid: $Id: plink.but,v 1.2 2001/02/04 15:47:01 owen Exp $
2
e5b0d077 3\C{plink} Using the command-line connection tool Plink
4
5\# Explain Plink
6
7\# Explain that Plink is probably not what you want if you want to
8\# run an interactive session in a Command Prompt window
9
10\# Explain that Plink is really for batch-file use, and that
11\# therefore it works best with public-key authentication; link to
12\# that chapter
13
14\# Give instructions on how to set up Plink with CVS
bace5431 15
16Plink (PuTTY Link), is a command-line connection tool similar to UNIX
17\c{ssh}. It is probably not what you want if you want to run an
18interactive session in a console window.
19
20\H{plink-starting} Starting Plink
21
22Plink is a command line application. This means that you cannot just
23double-click on its icon to run it and instead you have to bring up a
24\i{console window}. With Windows 95, 98, and ME, this is called an
25\q{MS-DOS Prompt} and with Windows NT and 2000 it is called a
26\q{Command Prompt}. It should be available from the Programs section
27of your Start Menu.
28
29To start Plink it will need either to be on your \i{\c{PATH}} or in your
30current directory. To add the directory containing Plink to your
31\c{PATH} environment variable, type into the console window:
32
33\c set PATH C:\path\to\putty\directory;%PATH%
34
35This will only work for the lifetime of that particular console
36window. To set your \c{PATH} more permanently on Windows NT, use the
37Environment tab of the System Control Panel. On Windows 95, 98, and
38ME, you will need to edit your \c{AUTOEXEC.BAT} to include a \c{set}
39command like the one above.
40
41\H{plink-usage} Plink Usage
42
43Once you've got a console window to type into, you can just type
44\c{plink} on its own to bring up a usage message. This tells you the
45version of Plink you're using, and gives you a brief summary of how to
46use Plink:
47
48\c Z:\sysosd>plink
49\c PuTTY Link: command-line connection utility
50\c Release 0.50
51\c Usage: plink [options] [user@]host [command]
52\c Options:
53\c -v show verbose messages
54\c -ssh force use of ssh protocol
55\c -P port connect to specified port
56\c -pw passw login with specified password
57
58\S{plink-usage-basics} The basics
59
60\S{plink-usage-options} Options
61
62These are the command line options that Plink accepts.
63
64\H{plink-pubkey} Public key authentication
65
66\H{plink-batch} Using Plink in batch files and scripts
67
68\H{plink-cvs} Using Plink with CVS
69
70\H{plink-whatelse} Using Plink with... ?
71