X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=doc%2Fman-pl.but;h=0ba0e845e33e798104aa67a43e902611c24ce789;hb=def7d9a3f68b7f94999f53aa2d41049843fa3fd5;hp=6a358ceaac314fb8f9b693e261ccb878a725b1f1;hpb=725696f175836f0becd3bff846e752886861a848;p=PuTTY.git diff --git a/doc/man-pl.but b/doc/man-pl.but index 6a358cea..0ba0e845 100644 --- a/doc/man-pl.but +++ b/doc/man-pl.but @@ -133,13 +133,33 @@ tunnel all their connections. Only works in SSH. \dd Force use of SSH protocol version 2. +\dt \cw{-4}, \cw{-6} + +\dd Force use of IPv4 or IPv6 for network connections. + \dt \cw{-C} \dd Enable SSH compression. -\dt \cw{-i} \e{path} +\dt \cw{-i} \e{keyfile} + +\dd Private key file for user authentication. For SSH-2 keys, this key +file must be in PuTTY's PPK format, not OpenSSH's format or anyone +else's. + +\lcont{ If you are using an authentication agent, you can also specify +a \e{public} key here (in RFC 4716 or OpenSSH format), to identify +which of the agent's keys to use. } + +\dt \cw{\-noagent} -\dd Private key file for user authentication. +\dd Don't try to use an authentication agent for local authentication. +(This doesn't affect agent forwarding.) + +\dt \cw{\-agent} + +\dd Allow use of an authentication agent. (This option is only necessary +to override a setting in a saved session.) \dt \cw{\-hostkey} \e{key} @@ -161,6 +181,11 @@ written. } \dd Don't start a remote command or shell at all (SSH-2 only). +\dt \cw{\-nc} \e{host}:\e{port} + +\dd Make a remote network connection from the server instead of +starting a shell or command. + \dt \cw{\-sercfg} \e{configuration-string} \dd Specify the configuration parameters for the serial port, in @@ -184,6 +209,31 @@ DSR/DTR. } +\dt \cw{\-sshlog} \e{logfile} + +\dt \cw{\-sshrawlog} \e{logfile} + +\dd For SSH connections, these options make \cw{plink} log protocol +details to a file. (Some of these may be sensitive, although by default +an effort is made to suppress obvious passwords.) + +\lcont{ +\cw{\-sshlog} logs decoded SSH packets and other events (those that +\cw{\-v} would print). \cw{\-sshrawlog} additionally logs the raw +encrypted packet data. +} + +\dt \cw{\-shareexists} + +\dd Instead of making a new connection, test for the presence of an +existing connection that can be shared. The desired session can be +specified in any of the usual ways. + +\lcont{ +Returns immediately with a zero exit status if a suitable \q{upstream} +exists, nonzero otherwise. +} + \S{plink-manpage-more-information} MORE INFORMATION For more information on plink, it's probably best to go and look at