[ssh-keygen.1 ssh.1]
     add rfc 4716 (public key format); ok jmc
This commit is contained in:
Damien Miller 2007-01-05 16:25:46 +11:00
parent 3ca8b77179
commit c0367fb0d2
3 changed files with 16 additions and 11 deletions

View File

@ -7,6 +7,9 @@
[misc.c sftp.c] [misc.c sftp.c]
Don't access buf[strlen(buf) - 1] for zero-length strings. Don't access buf[strlen(buf) - 1] for zero-length strings.
``ok by me'' djm@. ``ok by me'' djm@.
- markus@cvs.openbsd.org 2006/12/11 21:25:46
[ssh-keygen.1 ssh.1]
add rfc 4716 (public key format); ok jmc
20061205 20061205
- (djm) [auth.c] Fix NULL pointer dereference in fakepw(). Crash would - (djm) [auth.c] Fix NULL pointer dereference in fakepw(). Crash would
@ -2627,4 +2630,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4593 2007/01/05 05:24:47 djm Exp $ $Id: ChangeLog,v 1.4594 2007/01/05 05:25:46 djm Exp $

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-keygen.1,v 1.72 2005/11/28 05:16:53 dtucker Exp $ .\" $OpenBSD: ssh-keygen.1,v 1.73 2006/12/11 21:25:46 markus Exp $
.\" .\"
.\" -*- nroff -*- .\" -*- nroff -*-
.\" .\"
@ -205,8 +205,8 @@ Download the RSA public key stored in the smartcard in
.Ar reader . .Ar reader .
.It Fl e .It Fl e
This option will read a private or public OpenSSH key file and This option will read a private or public OpenSSH key file and
print the key in a print the key in
.Sq SECSH Public Key File Format RFC 4716 SSH Public Key File Format
to stdout. to stdout.
This option allows exporting keys for use by several commercial This option allows exporting keys for use by several commercial
SSH implementations. SSH implementations.
@ -450,12 +450,9 @@ The file format is described in
.Xr moduli 5 , .Xr moduli 5 ,
.Xr sshd 8 .Xr sshd 8
.Rs .Rs
.%A J. Galbraith .%R RFC 4716
.%A R. Thayer .%T "The Secure Shell (SSH) Public Key File Format"
.%T "SECSH Public Key File Format" .%D 2006
.%N draft-ietf-secsh-publickeyfile-01.txt
.%D March 2001
.%O work in progress material
.Re .Re
.Sh AUTHORS .Sh AUTHORS
OpenSSH is a derivative of the original and free OpenSSH is a derivative of the original and free

7
ssh.1
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.265 2006/10/28 18:08:10 otto Exp $ .\" $OpenBSD: ssh.1,v 1.266 2006/12/11 21:25:46 markus Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -1418,6 +1418,11 @@ manual page for more information.
.%T "Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol" .%T "Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol"
.%D 2006 .%D 2006
.Re .Re
.Rs
.%R RFC 4716
.%T "The Secure Shell (SSH) Public Key File Format"
.%D 2006
.Re
.Sh AUTHORS .Sh AUTHORS
OpenSSH is a derivative of the original and free OpenSSH is a derivative of the original and free
ssh 1.2.12 release by Tatu Ylonen. ssh 1.2.12 release by Tatu Ylonen.