From ad2e1857ead440bc890368595899b6b51f1fe9bb Mon Sep 17 00:00:00 2001 From: mouring Date: Tue, 11 Jun 2002 15:55:01 +0000 Subject: [PATCH] - stevesk@cvs.openbsd.org 2002/06/10 21:21:10 [ssh_config] update defaults for RhostsRSAAuthentication and RhostsAuthentication here too (all options commented out with default value). --- ChangeLog | 4 ++++ ssh_config | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8c2c94a..ff89e818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,10 @@ [readconf.c ssh.1] change RhostsRSAAuthentication and RhostsAuthentication default to no since ssh is no longer setuid root by default; ok markus@ + - stevesk@cvs.openbsd.org 2002/06/10 21:21:10 + [ssh_config] + update defaults for RhostsRSAAuthentication and RhostsAuthentication + here too (all options commented out with default value). 20020609 - (bal) OpenBSD CVS Sync diff --git a/ssh_config b/ssh_config index 2a484d90..67246265 100644 --- a/ssh_config +++ b/ssh_config @@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.13 2002/06/08 05:41:18 markus Exp $ +# $OpenBSD: ssh_config,v 1.14 2002/06/10 21:21:10 stevesk Exp $ # This is the ssh client system-wide configuration file. See ssh(1) # for more information. This file provides defaults for users, and @@ -18,8 +18,8 @@ # Host * # ForwardAgent no # ForwardX11 no -# RhostsAuthentication yes -# RhostsRSAAuthentication yes +# RhostsAuthentication no +# RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes # BatchMode no -- 2.45.1