1 --- rc.sshd.orig Wed Apr 5 17:58:20 2006 2 +++ rc.sshd Wed Apr 5 17:58:20 2006 3 @@ -12,7 +12,7 @@ 4 if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then 5 /usr/bin/ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N '' 6 fi 7 - /usr/sbin/sshd 8 + /usr/sbin/sshdfilter 9 } 10 11 sshd_stop() {