diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh_config | 6 |
2 files changed, 8 insertions, 4 deletions
@@ -21,6 +21,10 @@ | |||
21 | [readconf.c ssh.1] | 21 | [readconf.c ssh.1] |
22 | change RhostsRSAAuthentication and RhostsAuthentication default to no | 22 | change RhostsRSAAuthentication and RhostsAuthentication default to no |
23 | since ssh is no longer setuid root by default; ok markus@ | 23 | since ssh is no longer setuid root by default; ok markus@ |
24 | - stevesk@cvs.openbsd.org 2002/06/10 21:21:10 | ||
25 | [ssh_config] | ||
26 | update defaults for RhostsRSAAuthentication and RhostsAuthentication | ||
27 | here too (all options commented out with default value). | ||
24 | 28 | ||
25 | 20020609 | 29 | 20020609 |
26 | - (bal) OpenBSD CVS Sync | 30 | - (bal) OpenBSD CVS Sync |
@@ -886,4 +890,4 @@ | |||
886 | - (stevesk) entropy.c: typo in debug message | 890 | - (stevesk) entropy.c: typo in debug message |
887 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 891 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
888 | 892 | ||
889 | $Id: ChangeLog,v 1.2205 2002/06/11 15:53:05 mouring Exp $ | 893 | $Id: ChangeLog,v 1.2206 2002/06/11 15:55:01 mouring Exp $ |
diff --git a/ssh_config b/ssh_config index 2a484d90c..672462657 100644 --- a/ssh_config +++ b/ssh_config | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: ssh_config,v 1.13 2002/06/08 05:41:18 markus Exp $ | 1 | # $OpenBSD: ssh_config,v 1.14 2002/06/10 21:21:10 stevesk Exp $ |
2 | 2 | ||
3 | # This is the ssh client system-wide configuration file. See ssh(1) | 3 | # This is the ssh client system-wide configuration file. See ssh(1) |
4 | # for more information. This file provides defaults for users, and | 4 | # for more information. This file provides defaults for users, and |
@@ -18,8 +18,8 @@ | |||
18 | # Host * | 18 | # Host * |
19 | # ForwardAgent no | 19 | # ForwardAgent no |
20 | # ForwardX11 no | 20 | # ForwardX11 no |
21 | # RhostsAuthentication yes | 21 | # RhostsAuthentication no |
22 | # RhostsRSAAuthentication yes | 22 | # RhostsRSAAuthentication no |
23 | # RSAAuthentication yes | 23 | # RSAAuthentication yes |
24 | # PasswordAuthentication yes | 24 | # PasswordAuthentication yes |
25 | # BatchMode no | 25 | # BatchMode no |