[openssh-commits] [openssh] branch master updated (258dc8bb -> 95d41e90)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jul 19 21:44:27 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 258dc8bb upstream: Remove support for running ssh(1) setuid and fatal if
new 95d41e90 upstream: Deprecate UsePrivilegedPort now that support for running
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 95d41e90eafcd1286a901e8e361e4a37b98aeb52
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Jul 19 10:28:47 2018 +0000
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
Summary of changes:
readconf.c | 12 ++----------
readconf.h | 3 +--
scp.1 | 5 ++---
sftp.1 | 5 ++---
ssh.1 | 5 ++---
ssh.c | 10 ++--------
ssh_config.5 | 23 ++---------------------
sshconnect.c | 24 ++++++++++--------------
sshconnect.h | 4 ++--
9 files changed, 25 insertions(+), 66 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list