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 /scp.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 '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.80 2018/07/19 10:28:47 dtucker Exp $ +.\" $OpenBSD: scp.1,v 1.81 2018/09/20 06:58:48 jmc Exp $ .\" -.Dd $Mdocdate: July 19 2018 $ +.Dd $Mdocdate: September 20 2018 $ .Dt SCP 1 .Os .Sh NAME @@ -130,6 +130,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 |