diff options
author | Hans Bolinder <[email protected]> | 2019-02-25 16:12:00 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2019-02-25 16:12:00 +0100 |
commit | 42f0f3fcbce009e56270fdccdb6f0a85e3b4b368 (patch) | |
tree | 460000ee4b1284085deab2df5d147cd7eabf8aa0 /lib/common_test | |
parent | 9ff209580d4d9b26ae62055c3a8fbcef784a1622 (diff) | |
parent | 4657060caaf43c40aae70225156db94805178bf8 (diff) | |
download | otp-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/common_test')
-rw-r--r-- | lib/common_test/test_server/ts_install.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test_server/ts_install.erl b/lib/common_test/test_server/ts_install.erl index 09f3da860a..86f16fa072 100644 --- a/lib/common_test/test_server/ts_install.erl +++ b/lib/common_test/test_server/ts_install.erl @@ -268,7 +268,7 @@ add_vars(Vars0, Opts0) -> {Opts, [{longnames, LongNames}, {platform_id, PlatformId}, {platform_filename, PlatformFilename}, - {rsh_name, os:getenv("ERL_RSH", "rsh")}, + {rsh_name, os:getenv("ERL_RSH", "ssh")}, {platform_label, PlatformLabel}, {ts_net_dir, Mounted}, {erl_flags, []}, |