2012/9/10 Zabrane Mickael <zabrane3@REDACTED>: > Hi guys, > > Is there any equivalent way (documented or not) to execute a remote function (like "rpc:call") but > without being connected to the remote node? You could start an ssh daemon on the server side, then use ssh_connection:exec/4 on the client side...