diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 18:31:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 18:31:03 +0000 |
commit | e7c1694d7c20169d822364e43cb642a4d92512e1 (patch) | |
tree | a70e42ed4241a9c66c7c3678865c2acc1b6498a9 /usr.bin | |
parent | 48a88c7ff9fa78dfcf2e154cf5e4489e80e75823 (diff) |
nicer default
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 3bf03b6bf75..3c5e41879fa 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -21,10 +21,10 @@ SyslogFacility AUTH RhostsAuthentication no # # For this to work you will also need host keys in /etc/ssh_known_hosts -RhostsRSAAuthentication yes +RhostsRSAAuthentication no # # Changed RSAAuthentication to no/bg -RSAAuthentication no +RSAAuthentication yes # To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes |