mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2005/03/01 17:19:35
[scp.1 sftp.1] add HashKnownHosts to -o list; ok markus@
This commit is contained in:
parent
9a2fdbd0d6
commit
27e9c5125e
|
@ -18,6 +18,10 @@
|
|||
- jmc@cvs.openbsd.org 2005/03/01 15:47:14
|
||||
[ssh-keyscan.1 ssh-keyscan.c]
|
||||
sort options and sync usage();
|
||||
- jmc@cvs.openbsd.org 2005/03/01 17:19:35
|
||||
[scp.1 sftp.1]
|
||||
add HashKnownHosts to -o list;
|
||||
ok markus@
|
||||
|
||||
20050301
|
||||
- (djm) OpenBSD CVS sync:
|
||||
|
@ -2237,4 +2241,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.3680 2005/03/02 01:04:01 djm Exp $
|
||||
$Id: ChangeLog,v 1.3681 2005/03/02 01:04:16 djm Exp $
|
||||
|
|
3
scp.1
3
scp.1
|
@ -9,7 +9,7 @@
|
|||
.\"
|
||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||
.\"
|
||||
.\" $OpenBSD: scp.1,v 1.37 2004/10/07 10:10:24 djm Exp $
|
||||
.\" $OpenBSD: scp.1,v 1.38 2005/03/01 17:19:35 jmc Exp $
|
||||
.\"
|
||||
.Dd September 25, 1999
|
||||
.Dt SCP 1
|
||||
|
@ -133,6 +133,7 @@ For full details of the options listed below, and their possible values, see
|
|||
.It GlobalKnownHostsFile
|
||||
.It GSSAPIAuthentication
|
||||
.It GSSAPIDelegateCredentials
|
||||
.It HashKnownHosts
|
||||
.It Host
|
||||
.It HostbasedAuthentication
|
||||
.It HostKeyAlgorithms
|
||||
|
|
3
sftp.1
3
sftp.1
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: sftp.1,v 1.60 2004/12/05 23:55:07 jaredy Exp $
|
||||
.\" $OpenBSD: sftp.1,v 1.61 2005/03/01 17:19:35 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||
.\"
|
||||
|
@ -161,6 +161,7 @@ For full details of the options listed below, and their possible values, see
|
|||
.It GlobalKnownHostsFile
|
||||
.It GSSAPIAuthentication
|
||||
.It GSSAPIDelegateCredentials
|
||||
.It HashKnownHosts
|
||||
.It Host
|
||||
.It HostbasedAuthentication
|
||||
.It HostKeyAlgorithms
|
||||
|
|
Loading…
Reference in New Issue