diff options
author | 2018-09-20 06:58:48 +0000 | |
---|---|---|
committer | 2018-09-20 06:58:48 +0000 | |
commit | f583b8df2b59eb48e7b9640a76b5962529749beb (patch) | |
tree | 8f9fe4967d5dae909fc0493b07f89f890e52d487 /usr.bin/ssh/scp.1 | |
parent | fix "ssh -Q sig" to show correct signature algorithm list (it was (diff) | |
download | wireguard-openbsd-f583b8df2b59eb48e7b9640a76b5962529749beb.tar.xz wireguard-openbsd-f583b8df2b59eb48e7b9640a76b5962529749beb.zip |
reorder CASignatureAlgorithms, and add them to the various -o lists;
ok djm
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 92abcaf075a..0e5cc1b2d67 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -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 |