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:
parent
f3cc9575fd
commit
4fd2864862
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user