search for: sshd_flags

Displaying 2 results from an estimated 2 matches for "sshd_flags".

Did you mean: sh_flags
2003 Sep 16
9
FreeBSD Security Advisory FreeBSD-SA-03:12.openssh
...nstall # cd /usr/src/secure/usr.sbin/sshd # make depend && make all install # cd /usr/src/secure/usr.bin/ssh # make depend && make all install Be sure to restart `sshd' after updating. # kill `cat /var/run/sshd.pid` # (. /etc/rc.conf && ${sshd_program:-/usr/bin/sshd} ${sshd_flags}) [For the OpenSSH ports] One of the following: 1) Upgrade your entire ports collection and rebuild the OpenSSH port. 2) Deinstall the old package and install a new package obtained from the following directory: [i386] ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-4-stable/security/ [...
2000 Dec 26
2
openssh 2.2, fbsd 4.2: incoming data hangs sshd on tty
...insecure telnet. What can I do to diagnose this problem further? If someone on the OpenSSH project wants access to my box, contact me privately and that can be arranged. ... Now for the security problem. While trying to diagnose the problem, I tried running sshd in debug mode. To do this I put sshd_flags="-d" in /etc/rc.conf, and rebooted with 'shutdown -r now'. Various debug messages appeared in the console when I SSH'd in, but the only message of interest was "debug: tvp!=NULL kid 0 mili 10", which was repeated a number of times. However, neither this message nor...