<div>
                    Hello!
                </div><div><br></div><div>I've recently seen some unexpected behavior when trying to open_port to `erl -remsh`. You can see a more detailed version here (https://gist.github.com/joedevivo/5389301) but the interesting bit is below. Assume that 'node@127.0.0.1' is already running with the same cookie.</div><div><br></div><div><span style="font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre; ">1></span> <span style="font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre; "> P = open_port({spawn, "erl -name local@127.0.0.1 -hidden -remsh node@127.0.0.1 -setcookie joe"}, </span></div><pre class="line-pre" style="word-wrap: break-word; width: 744px; margin-top: 0px; margin-bottom: 0px; padding: 0px; "><div class="line" style="line-height: 16px; white-space: pre; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; ">1>               [stream, use_stdio, exit_status, binary, stderr_to_stdout]).</div><div class="line" style="line-height: 16px; white-space: pre; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; ">#Port<0.517></div><div class="line" style="line-height: 16px; white-space: pre; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; ">2> flush().</div><div class="line" style="line-height: 16px; white-space: pre; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; ">Shell got {#Port<0.517>,{data,<<"Eshell V5.9.3.1  (abort with ^G)\n">>}}</div><div class="line" style="line-height: 16px; white-space: pre; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; ">Shell got {#Port<0.517>,{data,<<"(local@127.0.0.1)1> ">>}}</div><div class="line" style="line-height: 16px; white-space: pre; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; "><br></div><div class="line"><font face="Helvetica"><span style="line-height: 16px; white-space: pre;">As you can see, opening the port prompts with 'local@127.0.0.1'. If I had just run that command from my shell, it would prompt me with 'node@127.0.0.1'.</span></font></div><div class="line"><br></div><div class="line"><font face="Helvetica">Does anyone know of a way I can get -remsh to work correctly with open_port?</font></div><div class="line"><font face="Helvetica"><br></font></div><div class="line"><font face="Helvetica">Thanks,</font></div><div class="line"><font face="Helvetica">--joe</font></div></pre>
                <div></div>