X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/45f4b36aa34893481a0466bb06f0e012387a821b..88ea89339783ee587180b645981967f6cb8bcd20:/doc/man-pl.but diff --git a/doc/man-pl.but b/doc/man-pl.but index 127bda7d..2e3013c5 100644 --- a/doc/man-pl.but +++ b/doc/man-pl.but @@ -19,6 +19,15 @@ The command-line options supported by \cw{plink} are: +\dt \cw{-V} + +\dd Show version information and exit. + +\dt \cw{-pgpfp} + +\dd Display the fingerprints of the PuTTY PGP Master Keys and exit, +to aid in verifying new files released by the PuTTY team. + \dt \cw{-v} \dd Show verbose messages. @@ -43,6 +52,10 @@ The command-line options supported by \cw{plink} are: \dd Force raw mode. +\dt \cw{-serial} + +\dd Force serial mode. + \dt \cw{-P} \e{port} \dd Connect to port \e{port}. @@ -61,7 +74,9 @@ The command-line options supported by \cw{plink} are: \dt \cw{-pw} \e{password} -\dd Set remote password to \e{password}. +\dd Set remote password to \e{password}. \e{CAUTION:} this will likely +make the password visible to other users of the local machine (via +commands such as \q{\c{w}}). \dt \cw{\-L} \cw{[}\e{srcaddr}\cw{:]}\e{srcport}\cw{:}\e{desthost}\cw{:}\e{destport} @@ -130,6 +145,33 @@ tunnel all their connections. Only works in SSH. \dd Remote command is SSH subsystem (SSH-2 only). +\dt \cw{-N} + +\dd Don't start a remote command or shell at all (SSH-2 only). + +\dt \cw{\-sercfg} \e{configuration-string} + +\dd Specify the configuration parameters for the serial port, in +\cw{-serial} mode. \e{configuration-string} should be a +comma-separated list of configuration parameters as follows: + +\lcont{ + +\b Any single digit from 5 to 9 sets the number of data bits. + +\b \cq{1}, \cq{1.5} or \cq{2} sets the number of stop bits. + +\b Any other numeric string is interpreted as a baud rate. + +\b A single lower-case letter specifies the parity: \cq{n} for none, +\cq{o} for odd, \cq{e} for even, \cq{m} for mark and \cq{s} for space. + +\b A single upper-case letter specifies the flow control: \cq{N} for +none, \cq{X} for XON/XOFF, \cq{R} for RTS/CTS and \cq{D} for +DSR/DTR. + +} + \S{plink-manpage-more-information} MORE INFORMATION For more information on plink, it's probably best to go and look at