1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Initial checkin of an outline for the PuTTY user manual.

[originally from svn r865]
This commit is contained in:
Simon Tatham
2001-01-17 10:11:16 +00:00
parent cd9bab9b52
commit 54a4337c6a
10 changed files with 142 additions and 0 deletions

16
doc/pubkey.but Normal file
View File

@ -0,0 +1,16 @@
\C{pubkey} Using public keys for SSH authentication
\# Explain the basic principles of public key authentication. Many
\# people don't have the faintest idea what it is or why it's good.
\# Explain the dangers of leaving an unprotected private key around.
\# Explain passphrases, and urge that people NEVER store
\# unpassphrased keys unless they really need to or they can be sure
\# the machine is secure.
\# Mention a good length for a passphrase. (I think Schneier
\# said something about this on counterpane.com once.)
\# In case people don't like the idea of exchanging a short password
\# typed every time for a longer passphrase typed every time, link
\# to the Pageant chapter.