diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2020-12-22 08:40:26 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-12-29 02:02:51 +0100 |
commit | 09d070ccc3574ae0d7947d212ed53c7268ef7e1f (patch) | |
tree | cfd8be8cdb9bcf4ff7fbb6469d544e875aa95834 /scp.1 | |
parent | whitespace at EOL (diff) | |
download | openssh-09d070ccc3574ae0d7947d212ed53c7268ef7e1f.tar.xz openssh-09d070ccc3574ae0d7947d212ed53c7268ef7e1f.zip |
upstream: tweak the description of KnownHostsCommand in ssh_conf.5,
and add entries for it to the -O list in scp.1 and sftp.1;
ok djm
OpenBSD-Commit-ID: aba31ebea03f38f8d218857f7ce16a500c3e4aff
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,9 +8,9 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.91 2020/10/03 02:18:33 deraadt Exp $ +.\" $OpenBSD: scp.1,v 1.92 2020/12/22 07:40:26 jmc Exp $ .\" -.Dd $Mdocdate: October 3 2020 $ +.Dd $Mdocdate: December 22 2020 $ .Dt SCP 1 .Os .Sh NAME @@ -184,6 +184,7 @@ For full details of the options listed below, and their possible values, see .It KbdInteractiveAuthentication .It KbdInteractiveDevices .It KexAlgorithms +.It KnownHostsCommand .It LogLevel .It MACs .It NoHostAuthenticationForLocalhost |