CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/07/19 04:28:47
Modified files:
usr.bin/ssh : readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh.c
ssh_config.5 sshconnect.c sshconnect.h
Log message:
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@