aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2019-02-25 16:12:00 +0100
committerHans Bolinder <[email protected]>2019-02-25 16:12:00 +0100
commit42f0f3fcbce009e56270fdccdb6f0a85e3b4b368 (patch)
tree460000ee4b1284085deab2df5d147cd7eabf8aa0 /lib/erl_interface
parent9ff209580d4d9b26ae62055c3a8fbcef784a1622 (diff)
parent4657060caaf43c40aae70225156db94805178bf8 (diff)
downloadotp-42f0f3fcbce009e56270fdccdb6f0a85e3b4b368.tar.gz
otp-42f0f3fcbce009e56270fdccdb6f0a85e3b4b368.tar.bz2
otp-42f0f3fcbce009e56270fdccdb6f0a85e3b4b368.zip
Merge branch 'siri/rsh-ssh/PR-1787'
OTP-15633 * siri/rsh-ssh/PR-1787: Fix some missed comments about rsh Document the restrictions on the -rsh command Use ssh as the default remote shell
Diffstat (limited to 'lib/erl_interface')
-rw-r--r--lib/erl_interface/src/prog/erl_start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_interface/src/prog/erl_start.c b/lib/erl_interface/src/prog/erl_start.c
index 670a5900c9..ba495ac818 100644
--- a/lib/erl_interface/src/prog/erl_start.c
+++ b/lib/erl_interface/src/prog/erl_start.c
@@ -97,7 +97,7 @@
#endif
#ifndef RSH
-#define RSH "/usr/bin/rsh"
+#define RSH "/usr/bin/ssh"
#endif
#ifndef HAVE_SOCKLEN_T