diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2018-09-20 08:58:48 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-09-21 01:41:10 +0200 |
commit | e6933a2ffa0659d57f3c7b7c457b2c62b2a84613 (patch) | |
tree | 3eb1d7864ad1439ec7ca2960a2748c22bca16855 /sftp.1 | |
parent | upstream: fix "ssh -Q sig" to show correct signature algorithm list (diff) | |
download | openssh-e6933a2ffa0659d57f3c7b7c457b2c62b2a84613.tar.xz openssh-e6933a2ffa0659d57f3c7b7c457b2c62b2a84613.zip |
upstream: reorder CASignatureAlgorithms, and add them to the
various -o lists; ok djm
OpenBSD-Commit-ID: ecb88baecc3c54988b4d1654446ea033da359288
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.119 2018/07/23 19:53:55 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.120 2018/09/20 06:58:48 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: July 23 2018 $ +.Dd $Mdocdate: September 20 2018 $ .Dt SFTP 1 .Os .Sh NAME @@ -200,6 +200,7 @@ For full details of the options listed below, and their possible values, see .It CanonicalizeHostname .It CanonicalizeMaxDots .It CanonicalizePermittedCNAMEs +.It CASignatureAlgorithms .It CertificateFile .It ChallengeResponseAuthentication .It CheckHostIP |