# *** 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 *** 9.2-RELEASE/src/crypto/openssh/sshd_config Fri Sep 27 02:56:28 2013 --- new-jhs/src/crypto/openssh/sshd_config Sun Sep 4 17:05:10 2022 *************** *** 42,47 **** --- 42,49 ---- #LoginGraceTime 2m #PermitRootLogin no + #jhs: PermitRootLogin yes + PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 #MaxSessions 10 *************** *** 62,71 **** # similar for protocol version 2 #HostbasedAuthentication no # 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 # Change to yes to enable built-in password authentication. #PasswordAuthentication no --- 64,77 ---- # similar for protocol version 2 #HostbasedAuthentication no # Change to yes if you don't trust ~/.ssh/known_hosts for ! # [RhostsRSAAuthentication absent in 12.3 and] HostbasedAuthentication ! #jhs: HostbasedAuthentication yes ! HostbasedAuthentication yes #IgnoreUserKnownHosts no # Don't read the user's ~/.rhosts and ~/.shosts files #IgnoreRhosts yes + #jhs: IgnoreRhosts no + IgnoreRhosts no # Change to yes to enable built-in password authentication. #PasswordAuthentication no *************** *** 104,109 **** --- 110,117 ---- #PrintMotd yes #PrintLastLog yes #TCPKeepAlive yes + #jhs: TCPKeepAlive yes + TCPKeepAlive yes #UseLogin no #UsePrivilegeSeparation yes #PermitUserEnvironment no