Erlang remote shell not working
问题 I have some strange behaviour on my docker containers (CentOS). When I SSH into it there's a running instance of Erlang VM (api@127.0.0.1) I can't connect to it with -remsh argument, however I can ping it. My Erlang node (api@127.0.0.1) works correctly though. bash-4.2# ./bin/erl -name 'remote@127.0.0.1' -remsh 'api@127.0.0.1' Eshell V6.1 (abort with ^G) (remote@127.0.0.1)1> node(). 'remote@127.0.0.1' (remote@127.0.0.1)2> net_adm:ping('api@127.0.0.1'). pong (remote@127.0.0.1)3> erlang:system