forked from pool/schily
14 lines
374 B
Diff
14 lines
374 B
Diff
|
Index: schily-2018-05-25/librmt/remote.c
|
||
|
===================================================================
|
||
|
--- schily-2018-05-25.orig/librmt/remote.c
|
||
|
+++ schily-2018-05-25/librmt/remote.c
|
||
|
@@ -1464,7 +1464,7 @@ _rcmdrsh(ahost, inport, locuser, remuser
|
||
|
int pid;
|
||
|
|
||
|
if (rsh == 0)
|
||
|
- rsh = "rsh";
|
||
|
+ rsh = "ssh";
|
||
|
|
||
|
/*
|
||
|
* Verify that 'locuser' is present on local host.
|