summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-15 10:19:46 +1000
committerDamien Miller <djm@mindrot.org>2003-05-15 10:19:46 +1000
commit37876e913a069036501086a247ed2ea430cea206 (patch)
tree8294744f47011c82b63ec0b46f4449ff4f26ec7c /ssh-keygen.1
parentabbae980e7532da68e7f6aa1da716fb69e7521ad (diff)
- jakob@cvs.openbsd.org 2003/05/14 18:16:20
[key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c] [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c] add experimental support for verifying hos keys using DNS as described in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.111
1 files changed, 10 insertions, 1 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 000e8ff2a..613d71a07 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.56 2003/03/28 10:11:43 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.57 2003/05/14 18:16:20 jakob Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -83,6 +83,10 @@
83.Nm ssh-keygen 83.Nm ssh-keygen
84.Fl U Ar reader 84.Fl U Ar reader
85.Op Fl f Ar input_keyfile 85.Op Fl f Ar input_keyfile
86.Nm ssh-keygen
87.Fl r Ar hostname
88.Op Fl f Ar input_keyfile
89.Op Fl g
86.Sh DESCRIPTION 90.Sh DESCRIPTION
87.Nm 91.Nm
88generates, manages and converts authentication keys for 92generates, manages and converts authentication keys for
@@ -163,6 +167,8 @@ print the key in a
163to stdout. 167to stdout.
164This option allows exporting keys for use by several commercial 168This option allows exporting keys for use by several commercial
165SSH implementations. 169SSH implementations.
170.It Fl g
171Use generic DNS resource record format.
166.It Fl f Ar filename 172.It Fl f Ar filename
167Specifies the filename of the key file. 173Specifies the filename of the key file.
168.It Fl i 174.It Fl i
@@ -218,6 +224,9 @@ Provides the (old) passphrase.
218.It Fl U Ar reader 224.It Fl U Ar reader
219Upload an existing RSA private key into the smartcard in 225Upload an existing RSA private key into the smartcard in
220.Ar reader . 226.Ar reader .
227.It Fl r Ar hostname
228Print DNS resource record with the specified
229.Ar hostname .
221.El 230.El
222.Sh FILES 231.Sh FILES
223.Bl -tag -width Ds 232.Bl -tag -width Ds