summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2018-07-19 10:28:47 +0000
committerDamien Miller <djm@mindrot.org>2018-07-19 21:44:21 +1000
commit95d41e90eafcd1286a901e8e361e4a37b98aeb52 (patch)
tree79c13c35f94c8b199b2f0fcabacd30a1474b955a /scp.1
parent258dc8bb07dfb35a46e52b0822a2c5b7027df60a (diff)
upstream: 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@ OpenBSD-Commit-ID: d03364610b7123ae4c6792f5274bd147b6de717e
Diffstat (limited to 'scp.1')
-rw-r--r--scp.15
1 files changed, 2 insertions, 3 deletions
diff --git a/scp.1 b/scp.1
index be8309b22..92abcaf07 100644
--- a/scp.1
+++ b/scp.1
@@ -8,9 +8,9 @@
8.\" 8.\"
9.\" Created: Sun May 7 00:14:37 1995 ylo 9.\" Created: Sun May 7 00:14:37 1995 ylo
10.\" 10.\"
11.\" $OpenBSD: scp.1,v 1.79 2018/06/09 06:36:31 jmc Exp $ 11.\" $OpenBSD: scp.1,v 1.80 2018/07/19 10:28:47 dtucker Exp $
12.\" 12.\"
13.Dd $Mdocdate: June 9 2018 $ 13.Dd $Mdocdate: July 19 2018 $
14.Dt SCP 1 14.Dt SCP 1
15.Os 15.Os
16.Sh NAME 16.Sh NAME
@@ -177,7 +177,6 @@ For full details of the options listed below, and their possible values, see
177.It StrictHostKeyChecking 177.It StrictHostKeyChecking
178.It TCPKeepAlive 178.It TCPKeepAlive
179.It UpdateHostKeys 179.It UpdateHostKeys
180.It UsePrivilegedPort
181.It User 180.It User
182.It UserKnownHostsFile 181.It UserKnownHostsFile
183.It VerifyHostKeyDNS 182.It VerifyHostKeyDNS