diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-01 17:19:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-01 17:19:36 +0000 |
commit | 07f0ce34dfdb9468b798e37a6492f43fb0a37105 (patch) | |
tree | 7dfd907fa35fc06fb123b6999c7f77ef1124e568 /usr.bin/ssh/scp.1 | |
parent | 730a081e9cfc6a08570e574755d2cf5839d721d4 (diff) |
add HashKnownHosts to -o list;
ok markus@
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 30049c2b680..b5191e31812 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/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 |