Flip the default for CVS_RSH to "ssh". I am tired of getting asked this

all the time, and IMHO it is long overdue.
This commit is contained in:
Peter Wemm 2001-02-23 04:52:30 +00:00
parent f3cc9575fd
commit 4fd2864862

View File

@ -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";