The patch file patch-ssh-2.0.13-bsd.tty.chown have been deleted from PATCH_SITES, so port is broken now. The problem that patch-ssh-2.0.13-bsd.tty.chown fixes is: 1. non-privileged user can set file flags (by chflag(2)) on terminal device he or she use, such as /dev/ttyp0 2. If file flag is set on terminal device, chown (2) by ssh daemon may fail. But ssh daemon does not check return value from chown. 3. So, non-privilaged user can snoof data stream throw terminal device. This problem is also pointed out on FreeBSD-SA-99:01 and is corrected after FreeBSD 3.3-RELEASE. So, we does not need to use the patch-ssh-2.0.13-bsd.tty.chown anymore.
State Changed From-To: open->closed Committed, thanks.