Kerberized remote start of Erlang/OTP slave nodes
This post describes how to configure remote Kerberos-authenticated command execution to start remote slave Erlang nodes on Debian GNU/Linux. Introduction Starting slave nodes requires to use a rsh-compatible command, which name is specified as an argument to the erl command. For instance, ssh is commonly used to start remote slave nodes: erl -rsh ssh When starting a … [Read more…]