Skip to content

Commit

Permalink
Fix missing options in man pages.
Browse files Browse the repository at this point in the history
None of them documented -4, -6, -noagent, or -agent.
Ask document 'plink -nc host:port'.
  • Loading branch information
jtn20 committed Feb 11, 2017
1 parent bee656c commit bb97e17
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/man-pl.but
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ 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.
Expand All @@ -147,6 +151,16 @@ else's.
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 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}

\dd Specify an acceptable host public key. This option may be specified
Expand All @@ -167,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
Expand Down
13 changes: 13 additions & 0 deletions doc/man-pscp.but
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ commands such as \q{\c{w}}).

\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.
Expand All @@ -101,6 +105,15 @@ else's.
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 Don't try to use an authentication agent.

\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}

\dd Specify an acceptable host public key. This option may be specified
Expand Down
13 changes: 13 additions & 0 deletions doc/man-psft.but
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ commands such as \q{\c{w}}).

\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.
Expand All @@ -89,6 +93,15 @@ else's.
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 Don't try to use an authentication agent.

\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}

\dd Specify an acceptable host public key. This option may be specified
Expand Down
4 changes: 4 additions & 0 deletions doc/man-ptel.but
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ configuration box first.

\dd Specify the port to connect to the server on.

\dt \cw{-4}, \cw{-6}

\dd Force use of IPv4 or IPv6 for network connections.

\S{puttytel-manpage-saved-sessions} SAVED SESSIONS

Saved sessions are stored in a \cw{.putty/sessions} subdirectory in
Expand Down
14 changes: 14 additions & 0 deletions doc/man-putt.but
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ pseudo-terminal at the server end.

\dd Select SSH protocol version 1 or 2.

\dt \cw{-4}, \cw{-6}

\dd Force use of IPv4 or IPv6 for network connections.

\dt \cw{\-i} \e{keyfile}

\dd Private key file for user authentication. For SSH-2 keys, this key
Expand All @@ -241,6 +245,16 @@ else's.
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 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}

\dd Specify an acceptable host public key. This option may be specified
Expand Down

0 comments on commit bb97e17

Please sign in to comment.