diff options
author | 2021-01-26 15:40:17 +0000 | |
---|---|---|
committer | 2021-01-26 15:40:17 +0000 | |
commit | 20c27182caec5c025d69ba8085253aff974bf1bd (patch) | |
tree | 4f1ff8d97ea890dc5bd4b5203b480fd13960a575 /usr.bin/ssh/scp.1 | |
parent | Move sequence numbers into the new TLSv1.2 record layer. (diff) | |
download | wireguard-openbsd-20c27182caec5c025d69ba8085253aff974bf1bd.tar.xz wireguard-openbsd-20c27182caec5c025d69ba8085253aff974bf1bd.zip |
move HostbasedAcceptedAlgorithms to the right place in alphabetical order
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 45cffdac4c8..5471ea31ba2 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -8,7 +8,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.94 2021/01/26 05:32:21 dtucker Exp $ +.\" $OpenBSD: scp.1,v 1.95 2021/01/26 15:40:17 naddy Exp $ .\" .Dd $Mdocdate: January 26 2021 $ .Dt SCP 1 @@ -172,8 +172,8 @@ For full details of the options listed below, and their possible values, see .It GSSAPIDelegateCredentials .It HashKnownHosts .It Host -.It HostbasedAuthentication .It HostbasedAcceptedAlgorithms +.It HostbasedAuthentication .It HostKeyAlgorithms .It HostKeyAlias .It Hostname |