diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2017-05-02 16:06:37 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-08 01:18:04 +0200 |
commit | 42b690b4fd0faef78c4d68225948b6e5c46c5163 (patch) | |
tree | bb1dc7dbf5f40d3e0cb546f46fe594e92c6f5408 /sftp.1 | |
parent | upstream commit (diff) | |
download | openssh-42b690b4fd0faef78c4d68225948b6e5c46c5163.tar.xz openssh-42b690b4fd0faef78c4d68225948b6e5c46c5163.zip |
upstream commit
add PubKeyAcceptedKeyTypes to the -o list: scp(1) has
it, so i guess this should too;
Upstream-ID: 7fab32e869ca5831d09ab0c40d210b461d527a2c
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.107 2017/05/02 13:44:51 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.108 2017/05/02 14:06:37 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -230,6 +230,7 @@ For full details of the options listed below, and their possible values, see .It PreferredAuthentications .It ProxyCommand .It ProxyJump +.It PubkeyAcceptedKeyTypes .It PubkeyAuthentication .It RekeyLimit .It SendEnv |