=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.16.2.2 retrieving revision 1.16.2.3 diff -u -r1.16.2.2 -r1.16.2.3 --- src/usr.bin/ssh/sshd_config 2000/11/08 21:31:33 1.16.2.2 +++ src/usr.bin/ssh/sshd_config 2001/03/12 15:44:18 1.16.2.3 @@ -1,10 +1,15 @@ -# This is ssh server systemwide configuration file. +# $OpenBSD: sshd_config,v 1.16.2.3 2001/03/12 15:44:18 jason Exp $ +# 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_dsa_key +#HostKey /etc/ssh_host_rsa_key ServerKeyBits 768 LoginGraceTime 600 KeyRegenerationInterval 3600 @@ -35,9 +40,9 @@ # To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes PermitEmptyPasswords no + # Uncomment to disable s/key passwords -#SkeyAuthentication no -#KbdInteractiveAuthentication yes +#ChallengeResponseAuthentication no # To change Kerberos options #KerberosAuthentication no @@ -51,6 +56,8 @@ #CheckMail yes #UseLogin no -# Uncomment if you want to enable sftp -#Subsystem sftp /usr/libexec/sftp-server #MaxStartups 10:30:60 +#Banner /etc/issue.net +#ReverseMappingCheck yes + +Subsystem sftp /usr/libexec/sftp-server