mirror of git://anongit.mindrot.org/openssh.git
parent
718fd4b9b8
commit
4c9c6fdcfe
|
@ -12,6 +12,9 @@
|
|||
[sshd.8]
|
||||
new sentence, new line;
|
||||
whitespace;
|
||||
- jmc@cvs.openbsd.org 2005/03/01 15:05:00
|
||||
[ssh-keygen.1]
|
||||
whitespace;
|
||||
|
||||
20050301
|
||||
- (djm) OpenBSD CVS sync:
|
||||
|
@ -2231,4 +2234,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3678 2005/03/02 01:03:23 djm Exp $
|
||||
$Id: ChangeLog,v 1.3679 2005/03/02 01:03:43 djm Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: ssh-keygen.1,v 1.64 2005/03/01 10:42:49 djm Exp $
|
||||
.\" $OpenBSD: ssh-keygen.1,v 1.65 2005/03/01 15:05:00 jmc Exp $
|
||||
.\"
|
||||
.\" -*- nroff -*-
|
||||
.\"
|
||||
|
@ -273,15 +273,15 @@ and
|
|||
.Nm sshd ,
|
||||
but they do not reveal identifying information should the file's contents
|
||||
be disclosed.
|
||||
This option will not modify existing hashed hostnames and is therefore safe
|
||||
This option will not modify existing hashed hostnames and is therefore safe
|
||||
to use on files that mix hashed and non-hashed names.
|
||||
.It Fl R Ar hostname
|
||||
Removes all keys belonging to
|
||||
.Ar hostname
|
||||
from a
|
||||
from a
|
||||
.Pa known_hosts
|
||||
file.
|
||||
This option is useful to delete hashed hosts (see the
|
||||
This option is useful to delete hashed hosts (see the
|
||||
.Fl H
|
||||
option above).
|
||||
.It Fl G Ar output_file
|
||||
|
|
Loading…
Reference in New Issue