Deprecate UsePrivilegedPort now that support for running ssh(1)
authordtucker <dtucker@openbsd.org>
Thu, 19 Jul 2018 10:28:47 +0000 (10:28 +0000)
committerdtucker <dtucker@openbsd.org>
Thu, 19 Jul 2018 10:28:47 +0000 (10:28 +0000)
commit31c76a1f562c0d7d634bf0131bab8c2de524814c
tree9b0f092fc356ea2e1a7063f29f76148cd9529ae7
parentd4189bb039db402bffe9156c65ddfb614a098ac9
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@
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/scp.1
usr.bin/ssh/sftp.1
usr.bin/ssh/ssh.1
usr.bin/ssh/ssh.c
usr.bin/ssh/ssh_config.5
usr.bin/ssh/sshconnect.c
usr.bin/ssh/sshconnect.h