1
0
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:
Jacob Nevins
2016-03-19 20:24:51 +00:00
parent 91653a10c6
commit 2aa8d81c2d
6 changed files with 44 additions and 14 deletions

View File

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