mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Correct man page description of -hostkey to match actual behaviour.
[originally from svn r10235]
This commit is contained in:
parent
e11f8ee794
commit
725696f175
@ -149,7 +149,9 @@ a base64-encoded blob in OpenSSH's one-line format.
|
|||||||
|
|
||||||
\lcont{ Specifying this option overrides automated host key
|
\lcont{ Specifying this option overrides automated host key
|
||||||
management; \e{only} the key(s) specified on the command-line will be
|
management; \e{only} the key(s) specified on the command-line will be
|
||||||
accepted, and the host's key will not be cached. }
|
accepted (unless a saved session also overrides host keys, in which
|
||||||
|
case those will be added to), and the host key cache will not be
|
||||||
|
written. }
|
||||||
|
|
||||||
\dt \cw{-s}
|
\dt \cw{-s}
|
||||||
|
|
||||||
|
@ -103,7 +103,9 @@ a base64-encoded blob in OpenSSH's one-line format.
|
|||||||
|
|
||||||
\lcont{ Specifying this option overrides automated host key
|
\lcont{ Specifying this option overrides automated host key
|
||||||
management; \e{only} the key(s) specified on the command-line will be
|
management; \e{only} the key(s) specified on the command-line will be
|
||||||
accepted, and the host's key will not be cached. }
|
accepted (unless a saved session also overrides host keys, in which
|
||||||
|
case those will be added to), and the host key cache will not be
|
||||||
|
written. }
|
||||||
|
|
||||||
\dt \cw{-scp}
|
\dt \cw{-scp}
|
||||||
|
|
||||||
|
@ -91,7 +91,9 @@ a base64-encoded blob in OpenSSH's one-line format.
|
|||||||
|
|
||||||
\lcont{ Specifying this option overrides automated host key
|
\lcont{ Specifying this option overrides automated host key
|
||||||
management; \e{only} the key(s) specified on the command-line will be
|
management; \e{only} the key(s) specified on the command-line will be
|
||||||
accepted, and the host's key will not be cached. }
|
accepted (unless a saved session also overrides host keys, in which
|
||||||
|
case those will be added to), and the host key cache will not be
|
||||||
|
written. }
|
||||||
|
|
||||||
\S{psftp-manpage-commands} COMMANDS
|
\S{psftp-manpage-commands} COMMANDS
|
||||||
|
|
||||||
|
@ -231,7 +231,9 @@ a base64-encoded blob in OpenSSH's one-line format.
|
|||||||
|
|
||||||
\lcont{ Specifying this option overrides automated host key
|
\lcont{ Specifying this option overrides automated host key
|
||||||
management; \e{only} the key(s) specified on the command-line will be
|
management; \e{only} the key(s) specified on the command-line will be
|
||||||
accepted, and the host's key will not be cached. }
|
accepted (unless a saved session also overrides host keys, in which
|
||||||
|
case those will be added to), and the host key cache will not be
|
||||||
|
written. }
|
||||||
|
|
||||||
\dt \cw{\-sercfg} \e{configuration-string}
|
\dt \cw{\-sercfg} \e{configuration-string}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user