mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue