*** 6.1-RELEASE/src/crypto/openssh/sshd_config Fri Aug 18 17:02:13 2006 --- jhs/src/crypto/openssh/sshd_config Fri Aug 18 17:03:27 2006 *************** *** 40,45 **** --- 40,47 ---- #LoginGraceTime 2m #PermitRootLogin no + # jhs + PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 *************** *** 51,61 **** --- 53,67 ---- #RhostsRSAAuthentication no # similar for protocol version 2 #HostbasedAuthentication no + # jhs + HostbasedAuthentication yes # Change to yes if you don't trust ~/.ssh/known_hosts for # RhostsRSAAuthentication and HostbasedAuthentication #IgnoreUserKnownHosts no # Don't read the user's ~/.rhosts and ~/.shosts files #IgnoreRhosts yes + # jhs + IgnoreRhosts no # Change to yes to enable built-in password authentication. #PasswordAuthentication no *************** *** 92,97 **** --- 98,105 ---- #PrintMotd yes #PrintLastLog yes #TCPKeepAlive yes + # jhs + TCPKeepAlive yes #UseLogin no #UsePrivilegeSeparation yes #PermitUserEnvironment no