forked from pool/schily
Jan Engelhardt
2588b7d48a
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=28
20 lines
529 B
Diff
20 lines
529 B
Diff
From: Kristyna Streitova <kstreitova@suse.com>
|
|
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.
|