From 5a349ccef26f05c6206bbc6ac28f323ec7ce32c4 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Thu, 7 Oct 1999 18:58:27 +0000 Subject: Document -q. --- usr.bin/ssh/ssh-keygen.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'usr.bin/ssh') 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 -- cgit v1.2.3