=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.16.2.4 retrieving revision 1.17 diff -u -r1.16.2.4 -r1.17 --- src/usr.bin/ssh/sshd_config 2001/03/21 18:53:17 1.16.2.4 +++ src/usr.bin/ssh/sshd_config 2000/06/17 22:52:34 1.17 @@ -1,15 +1,10 @@ -# $OpenBSD: sshd_config,v 1.16.2.4 2001/03/21 18:53:17 jason Exp $ +# This is ssh server systemwide configuration file. -# This is the sshd server system-wide configuration file. See sshd(8) -# for more information. - Port 22 #Protocol 2,1 #ListenAddress 0.0.0.0 #ListenAddress :: HostKey /etc/ssh_host_key -HostKey /etc/ssh_host_rsa_key -HostKey /etc/ssh_host_dsa_key ServerKeyBits 768 LoginGraceTime 600 KeyRegenerationInterval 3600 @@ -40,9 +35,8 @@ # To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes PermitEmptyPasswords no - # Uncomment to disable s/key passwords -#ChallengeResponseAuthentication no +#SkeyAuthentication no # To change Kerberos options #KerberosAuthentication no @@ -56,8 +50,4 @@ #CheckMail yes #UseLogin no -#MaxStartups 10:30:60 -#Banner /etc/issue.net -#ReverseMappingCheck yes - -Subsystem sftp /usr/libexec/sftp-server +#Subsystem sftp /usr/local/sbin/sftpd