mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
Document that -i etc now accept public key files.
(This was added in 4204a53.)
This commit is contained in:
@ -91,9 +91,15 @@ commands such as \q{\c{w}}).
|
||||
|
||||
\dd Enable SSH compression.
|
||||
|
||||
\dt \cw{-i} \e{path}
|
||||
\dt \cw{-i} \e{keyfile}
|
||||
|
||||
\dd Private key file for user authentication.
|
||||
\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{\-hostkey} \e{key}
|
||||
|
||||
|
Reference in New Issue
Block a user