[erlang-questions] clarify: run_erl and ssh
Per Hedeland
per@REDACTED
Fri Dec 21 17:24:52 CET 2012
Patrik Nyblom <pan@REDACTED> wrote:
>
>On 12/20/2012 03:56 PM, Per Hedeland wrote:
>> 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'.
>Well, I was unclear or downright misleading.
No, I think it was just me forgetting about run_erl's pty - 'ssh -t'
should definitely not be needed then.
--Per
More information about the erlang-questions
mailing list