star/star-1.5.2-use-ssh-by-default.patch
Pavel Raiskup 694d7a38b5 star: use ssh for remote access by default
Version: 1.5.2-7
Resolves: #976414
2013-06-20 16:15:09 +02:00

14 lines
316 B
Diff

diff --git a/librmt/remote.c b/librmt/remote.c
index 4606484..298ecef 100644
--- a/librmt/remote.c
+++ b/librmt/remote.c
@@ -1462,7 +1462,7 @@ _rcmdrsh(ahost, inport, locuser, remuser, cmd, rsh)
int pid;
if (rsh == 0)
- rsh = "rsh";
+ rsh = "ssh";
/*
* Verify that 'locuser' is present on local host.