[erlang-questions] clarify: run_erl and ssh
Per Hedeland
per@REDACTED
Thu Dec 20 15:56:05 CET 2012
Patrik Nyblom <pan@REDACTED> wrote:
>
>On 12/19/2012 08:37 AM, Bengt Kleberg wrote:
[snip]
>> sekic1152 [8:26am] [/home/eleberg] -> ssh sekic1152 ./afile
[snip]
>I guess the PTY does not get initialized correctly when you run via ssh.
Or rather, in the above command, there is no pty allocated *at all* on
'sekic1152'. Try 'ssh -t sekic1152 ./afile' instead. 'man ssh'.
--Per Hedeland
More information about the erlang-questions
mailing list