git: 9front

Download patch

ref: db8f8d037031f066188118ce322c5aecfb30d988
parent: f12c2a59ab8286f1e21c1ecd462bfe3fb7dd287d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Apr 20 20:23:46 EDT 2017

rsa(8): fix description of rsa2ssh (now, ssh2 format only)

--- a/sys/man/8/rsa
+++ b/sys/man/8/rsa
@@ -175,21 +175,9 @@
 .PP
 .I Rsa2ssh
 reads a Plan 9 RSA public or private key and prints the public portion 
-in the format used by SSH: three space-separated decimal numbers
-.BR size ,
-.BR ek ,
-and
-.BR n .
-The
-.B -2
-option will change the output to SSH2 RSA public key format. The
+in the format used by SSH2. The
 .B -c
 option will set the comment.
-For compatibility with external SSH implementations, the public keys in
-.B /sys/lib/ssh/keyring
-and
-.B $home/lib/keyring
-are stored in this format.
 .PP
 .I Rsa2x509
 reads a Plan 9 RSA private key and writes a self-signed X.509 certificate
--