Open
Description
Can I use Dagger to spawn processes on another computer connected over ssh?
Distributed.addprocs
has a method that "Add worker processes on remote machines via SSH.". Can I spawn workers with this, schedule tasks on them with Dagger, and expect it to work?
A few sentences on ssh and computations on other computers in the docs would be lovely ^_^