From: Kristyna Streitova Date: Wed, 06 Jun 2018 14:51:57 +0000 X-Upstream: PATCH-FIX-SUSE use ssh as adefault remote access method 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.