diff options
author | 2018-07-19 10:28:47 +0000 | |
---|---|---|
committer | 2018-07-19 10:28:47 +0000 | |
commit | 31c76a1f562c0d7d634bf0131bab8c2de524814c (patch) | |
tree | 9b0f092fc356ea2e1a7063f29f76148cd9529ae7 /usr.bin/ssh/scp.1 | |
parent | revert previous, something isn't quite right as clients see ntpd (diff) | |
download | wireguard-openbsd-31c76a1f562c0d7d634bf0131bab8c2de524814c.tar.xz wireguard-openbsd-31c76a1f562c0d7d634bf0131bab8c2de524814c.zip |
Deprecate UsePrivilegedPort now that support for running ssh(1)
setuid has been removed, remove supporting code and clean up
references to it in the man pages
We have not shipped ssh(1) the setuid bit since 2002. If ayone
really needs to make connections from a low port number this can
be implemented via a small setuid ProxyCommand.
ok markus@ jmc@ djm@
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index be8309b22fa..92abcaf075a 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.79 2018/06/09 06:36:31 jmc Exp $ +.\" $OpenBSD: scp.1,v 1.80 2018/07/19 10:28:47 dtucker Exp $ .\" -.Dd $Mdocdate: June 9 2018 $ +.Dd $Mdocdate: July 19 2018 $ .Dt SCP 1 .Os .Sh NAME @@ -177,7 +177,6 @@ For full details of the options listed below, and their possible values, see .It StrictHostKeyChecking .It TCPKeepAlive .It UpdateHostKeys -.It UsePrivilegedPort .It User .It UserKnownHostsFile .It VerifyHostKeyDNS |