summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-11-12 10:52:44 +1100
committerDamien Miller <djm@mindrot.org>2001-11-12 10:52:44 +1100
commiteb5fec6494e65d461b01275555a2b978574862c0 (patch)
treeefc76677cef2e9c9b191c7f49ea4921f5c4446cc /ssh-keygen.1
parent96507ef53542a805095319432c5108fa8ac3fa67 (diff)
- markus@cvs.openbsd.org 2001/10/25 21:14:32
[ssh-keygen.1 ssh-keygen.c] better docu for fingerprinting, ok deraadt@
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.19
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index e24566154..622cb5c99 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.49 2001/09/05 06:23:07 deraadt Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.50 2001/10/25 21:14:32 markus Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -147,6 +147,7 @@ above that no longer improve security but make things slower.
147The default is 1024 bits. 147The default is 1024 bits.
148.It Fl c 148.It Fl c
149Requests changing the comment in the private and public key files. 149Requests changing the comment in the private and public key files.
150This operation is only supported for RSA1 keys.
150The program will prompt for the file containing the private keys, for 151The program will prompt for the file containing the private keys, for
151the passphrase if the key has one, and for the new comment. 152the passphrase if the key has one, and for the new comment.
152.It Fl e 153.It Fl e
@@ -168,7 +169,11 @@ also reads the
168This option allows importing keys from several commercial 169This option allows importing keys from several commercial
169SSH implementations. 170SSH implementations.
170.It Fl l 171.It Fl l
171Show fingerprint of specified private or public key file. 172Show fingerprint of specified public key file.
173Private RSA1 keys are also supported.
174For RSA and DSA keys
175.Nm
176tries to find the matching public key file and prints its fingerprint.
172.It Fl p 177.It Fl p
173Requests changing the passphrase of a private key file instead of 178Requests changing the passphrase of a private key file instead of
174creating a new private key. 179creating a new private key.