Securing communication between nodes
Mickael Remond
mikl@REDACTED
Wed Jul 19 08:18:54 CEST 2000
Are there a way to secure the communication between two nodes is the same way
that ssh does ?
In fact, in need an authentification procedure to connect to the server. I
am thinking to solve this problem by creating a socket connection between the
two Erlang node and by tunneling the communication.
An authentification key thus will be mandatory to send connect to the Erlang
server node.
But, doing so I bypass the net_kernel handy mecanism.
Is there a way to do the same thing with the standard Erlang node
communication ?
Thank you for your help.
--
Mickaël
More information about the erlang-questions
mailing list