summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 05:18:03 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 05:18:03 +1000
commitf09e825329d13c5fc31a97fc7ea2312dd4fb5405 (patch)
tree9d89b9f966c3ad2a6c4c7fd5fd75684c760c05bd /ssh-keygen.1
parent1cf65ae61d1148cb031798657ac514a479c78382 (diff)
- jmc@cvs.openbsd.org 2008/06/12 19:10:09
[ssh_config.5 ssh-keygen.1] tweak the ascii art text; ok grunk
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.113
1 files changed, 6 insertions, 7 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 24daa1081..3fff59e77 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.77 2008/06/11 22:20:46 grunk Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.78 2008/06/12 19:10:09 jmc Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -37,7 +37,7 @@
37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39.\" 39.\"
40.Dd $Mdocdate: June 11 2008 $ 40.Dd $Mdocdate: June 12 2008 $
41.Dt SSH-KEYGEN 1 41.Dt SSH-KEYGEN 1
42.Os 42.Os
43.Sh NAME 43.Sh NAME
@@ -258,14 +258,13 @@ This option allows importing keys from several commercial
258SSH implementations. 258SSH implementations.
259.It Fl l 259.It Fl l
260Show fingerprint of specified public key file. 260Show fingerprint of specified public key file.
261If invoked along with
262.Fl v ,
263an ASCII art representation of the key is supplied with the fingerprint.
264Private RSA1 keys are also supported. 261Private RSA1 keys are also supported.
265For RSA and DSA keys 262For RSA and DSA keys
266.Nm 263.Nm
267tries to find the matching public key file and prints its fingerprint 264tries to find the matching public key file and prints its fingerprint.
268and representation. 265If combined with
266.Fl v ,
267an ASCII art representation of the key is supplied with the fingerprint.
269.It Fl M Ar memory 268.It Fl M Ar memory
270Specify the amount of memory to use (in megabytes) when generating 269Specify the amount of memory to use (in megabytes) when generating
271candidate moduli for DH-GEX. 270candidate moduli for DH-GEX.