=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/ssh/sshd_config 2001/04/15 21:41:29 1.38 +++ src/usr.bin/ssh/sshd_config 2001/05/20 17:20:36 1.39 @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.38 2001/04/15 21:41:29 deraadt Exp $ +# $OpenBSD: sshd_config,v 1.39 2001/05/20 17:20:36 markus Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -39,6 +39,9 @@ HostbasedAuthentication no # RSAAuthentication yes +PubkeyAuthentication yes +#AuthorizedKeysFile %h/.ssh/authorized_keys +#AuthorizedKeysFile2 %h/.ssh/authorized_keys2 # To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes