diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-07 18:58:27 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-07 18:58:27 +0000 |
commit | 5a349ccef26f05c6206bbc6ac28f323ec7ce32c4 (patch) | |
tree | 9dc95a73bd96b3d36075647355c5d3cb436313e9 /usr.bin | |
parent | 6df9b7c4442687bb0d55f7c12421948fc2f3adfb (diff) |
Document -q.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 4fe1de3c073..57c90830db0 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-keygen.1,v 1.4 1999/10/02 13:10:26 deraadt Exp $ +.\" $Id: ssh-keygen.1,v 1.5 1999/10/07 18:58:26 aaron Exp $ .\" .Dd September 25, 1999 .Dt SSH-KEYGEN 1 @@ -19,6 +19,7 @@ .Nd authentication key generation .Sh SYNOPSIS .Nm ssh-keygen +.Op Fl q .Op Fl b Ar bits .Op Fl N Ar new_passphrase .Op Fl C Ar comment @@ -84,6 +85,12 @@ Requests changing the passphrase of a private key file instead of creating a new private key. The program will prompt for the file containing the private key, for the old passphrase, and twice for the new passphrase. +.It Fl q +Silence +.Nm ssh-keygen . +Used by +.Pa /etc/rc +when creating a new key. .It Fl C Ar comment Provides the new comment. .It Fl N Ar new_passphrase |