1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 04:22: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

@ -894,6 +894,10 @@ The \c{-i} option allows you to specify the name of a private key
file in \c{*.\i{PPK}} format which PuTTY will use to authenticate with the
server. This option is only meaningful if you are using SSH.
If you are using Pageant, you can also specify a \e{public} key file
(in RFC 4716 or OpenSSH format) to identify a specific key file to use.
(This won't work if you're not running Pageant, of course.)
For general information on \i{public-key authentication}, see
\k{pubkey}.