From 7a7483d72e9a94229c5f88c5bc35f80f5fd28e36 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 9 Jun 2002 20:05:35 +0000 Subject: [PATCH] - markus@cvs.openbsd.org 2002/06/08 05:41:18 [ssh_config] remove FallBackToRsh/UseRsh --- ChangeLog | 5 ++++- ssh_config | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86cc9c3d6..9218c0ebf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,9 @@ - markus@cvs.openbsd.org 2002/06/08 05:40:01 [readconf.c] just warn about Deprecated options for now + - markus@cvs.openbsd.org 2002/06/08 05:41:18 + [ssh_config] + remove FallBackToRsh/UseRsh 20020607 - (bal) Removed --{enable/disable}-suid-ssh @@ -843,4 +846,4 @@ - (stevesk) entropy.c: typo in debug message - (djm) ssh-keygen -i needs seeded RNG; report from markus@ -$Id: ChangeLog,v 1.2192 2002/06/09 20:04:50 mouring Exp $ +$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 @@ -# $OpenBSD: ssh_config,v 1.12 2002/01/16 17:55:33 stevesk Exp $ +# $OpenBSD: ssh_config,v 1.13 2002/06/08 05:41:18 markus Exp $ # This is the ssh client system-wide configuration file. See ssh(1) # for more information. This file provides defaults for users, and @@ -22,8 +22,6 @@ # RhostsRSAAuthentication yes # RSAAuthentication yes # PasswordAuthentication yes -# FallBackToRsh no -# UseRsh no # BatchMode no # CheckHostIP yes # StrictHostKeyChecking ask