Hello,
Is there a simple, programmatic way, to connect
two ocaml programs running on different computers
using a socket which is ssh-encapsulated?
I would like to write a distributed program
where the only prerequisite for two programs
to connect would be that I can ssh to the remote machine.
The network topology would be one master program
(probably the computer I seat in front of, where ssh-agent would be configured
and some keys loaded), connecting to several remote computers
where sshd is running and I have access to.
Regards,
F.