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 /sftp.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 'sftp.1')
-rw-r--r-- | sftp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.132 2020/08/03 02:43:41 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.133 2020/12/22 07:40:26 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 3 2020 $ +.Dd $Mdocdate: December 22 2020 $ .Dt SFTP 1 .Os .Sh NAME @@ -258,6 +258,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 |