[erlang-questions] On Starting A Remote Shell Programmatically

黃耀賢 (Yau-Hsien Huang) g9414002.pccu.edu.tw@REDACTED
Sat Aug 21 23:37:23 CEST 2010


I found it by myself. To start an Erlang shell on SSH, use

       erl -rsh ssh

command.

To start a remote shell, use

      ssh Target-host "erl -rsh ssh -sname Node-name-you-want" &

and prey no other problem that causes the remote shell to fail.

Cheers,
Y.H.H.


More information about the erlang-questions mailing list