~ubuntu-branches/debian/squeeze/putty/squeeze

« back to all changes in this revision

Viewing changes to doc/pubkey.but

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-05-28 09:28:32 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080528092832-88epkb3d4s1zsw61
Tags: 0.60-3
* Move putty to Applications/Network/Communication menu sub-section.
* Use dh_desktop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
\define{versionidpubkey} \versionid $Id: pubkey.but 5593 2005-04-05 18:01:32Z jacob $
 
1
\define{versionidpubkey} \versionid $Id: pubkey.but 6905 2006-11-15 12:56:48Z jacob $
2
2
 
3
3
\C{pubkey} Using public keys for SSH authentication
4
4
 
212
212
 
213
213
If you have more than one key and use them for different purposes,
214
214
you don't need to memorise the key fingerprints in order to tell
215
 
them apart. PuTTY allows you to enter a \e{comment} for your key,
 
215
them apart. PuTTYgen allows you to enter a \e{comment} for your key,
216
216
which will be displayed whenever PuTTY or Pageant asks you for the
217
217
passphrase.
218
218
 
235
235
\i{encrypt} the key on disk, so you will not be able to use the key
236
236
without first entering the passphrase.
237
237
 
238
 
When you save the key, PuTTY will check that the \q{Key passphrase}
 
238
When you save the key, PuTTYgen will check that the \q{Key passphrase}
239
239
and \q{Confirm passphrase} boxes both contain exactly the same
240
240
passphrase, and will refuse to save the key otherwise.
241
241
 
291
291
 
292
292
\cfg{winhelp-topic}{puttygen.savepub}
293
293
 
294
 
The SSH-2 protocol drafts specify a \I{SSH-2 public key format}standard
295
 
format for storing public keys on disk. Some SSH servers (such as
 
294
RFC 4716 specifies a \I{SSH-2 public key format}standard format for
 
295
storing SSH-2 public keys on disk. Some SSH servers (such as
296
296
\i\cw{ssh.com}'s) require a public key in this format in order to accept
297
297
authentication with the corresponding private key. (Others, such as
298
298
OpenSSH, use a different format; see \k{puttygen-pastekey}.)