diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh_config | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -12,6 +12,9 @@ | |||
12 | - markus@cvs.openbsd.org 2002/06/08 05:40:01 | 12 | - markus@cvs.openbsd.org 2002/06/08 05:40:01 |
13 | [readconf.c] | 13 | [readconf.c] |
14 | just warn about Deprecated options for now | 14 | just warn about Deprecated options for now |
15 | - markus@cvs.openbsd.org 2002/06/08 05:41:18 | ||
16 | [ssh_config] | ||
17 | remove FallBackToRsh/UseRsh | ||
15 | 18 | ||
16 | 20020607 | 19 | 20020607 |
17 | - (bal) Removed --{enable/disable}-suid-ssh | 20 | - (bal) Removed --{enable/disable}-suid-ssh |
@@ -843,4 +846,4 @@ | |||
843 | - (stevesk) entropy.c: typo in debug message | 846 | - (stevesk) entropy.c: typo in debug message |
844 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 847 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
845 | 848 | ||
846 | $Id: ChangeLog,v 1.2192 2002/06/09 20:04:50 mouring Exp $ | 849 | $Id: ChangeLog,v 1.2193 2002/06/09 20:05:35 mouring Exp $ |
diff --git a/ssh_config b/ssh_config index a8a8d72ab..2a484d90c 100644 --- a/ssh_config +++ b/ssh_config | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: ssh_config,v 1.12 2002/01/16 17:55:33 stevesk Exp $ | 1 | # $OpenBSD: ssh_config,v 1.13 2002/06/08 05:41:18 markus 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 |
@@ -22,8 +22,6 @@ | |||
22 | # RhostsRSAAuthentication yes | 22 | # RhostsRSAAuthentication yes |
23 | # RSAAuthentication yes | 23 | # RSAAuthentication yes |
24 | # PasswordAuthentication yes | 24 | # PasswordAuthentication yes |
25 | # FallBackToRsh no | ||
26 | # UseRsh no | ||
27 | # BatchMode no | 25 | # BatchMode no |
28 | # CheckHostIP yes | 26 | # CheckHostIP yes |
29 | # StrictHostKeyChecking ask | 27 | # StrictHostKeyChecking ask |