From e7c1694d7c20169d822364e43cb642a4d92512e1 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 4 Oct 1999 18:31:03 +0000 Subject: nicer default --- usr.bin/ssh/sshd_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.2.3