From 013c5306534211fcd3b045df1fddc37ef3bd2b7e Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 23 Feb 2001 04:52:30 +0000 Subject: Flip the default for CVS_RSH to "ssh". I am tired of getting asked this all the time, and IMHO it is long overdue. --- contrib/cvs/src/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/cvs/src') diff --git a/contrib/cvs/src/client.c b/contrib/cvs/src/client.c index 3119613..525cb79 100644 --- a/contrib/cvs/src/client.c +++ b/contrib/cvs/src/client.c @@ -4720,7 +4720,7 @@ start_rsh_server (tofdp, fromfdp) example in CVS_RSH or other such mechanisms to be devised, if that is what they want (the manual already tells them that). */ - cvs_rsh = "rsh"; + cvs_rsh = "ssh"; if (!cvs_server) cvs_server = "cvs"; @@ -4777,7 +4777,7 @@ start_rsh_server (tofdp, fromfdp) char *command; if (!cvs_rsh) - cvs_rsh = "rsh"; + cvs_rsh = "ssh"; if (!cvs_server) cvs_server = "cvs"; -- cgit v1.1