diff options
author | mouring <mouring> | 2001-06-05 20:25:05 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-06-05 20:25:05 +0000 |
commit | 99a75c5ec787dce0c10905d79948e62d84eb392c (patch) | |
tree | 25bed16af70ba412f375f54f90159cb9071a423b /sshd_config | |
parent | baef9ee7bf65eb93b1f2f4b8cb84e5b78fd1fd99 (diff) | |
download | openssh-99a75c5ec787dce0c10905d79948e62d84eb392c.tar.gz |
- markus@cvs.openbsd.org 2001/05/20 17:20:36
[auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
sshd_config]
configurable authorized_keys{,2} location; originally from peter@;
ok djm@
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config index 8c411e47..90df340a 100644 --- a/sshd_config +++ b/sshd_config @@ -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 sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin @@ -41,6 +41,9 @@ RhostsRSAAuthentication no 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 |