Blame SOURCES/star-1.5.2-use-ssh-by-default.patch

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