X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/e3e5784ec6910ef4529d3193f13fc4dd0588543b..b4bc538452c92b6a2f9c935028461f5c774a4f1f:/doc/man-pl.but diff --git a/doc/man-pl.but b/doc/man-pl.but index f23de40f..2e3013c5 100644 --- a/doc/man-pl.but +++ b/doc/man-pl.but @@ -1,5 +1,4 @@ \cfg{man-identity}{plink}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite} -\cfg{man-mindepth}{1} \H{plink-manpage} Man page for Plink @@ -20,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. @@ -44,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}. @@ -62,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} @@ -131,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