Open schultyy opened 8 years ago
As a user I want to be able to provision a machine which is accessible via ssh only. Sokan then executes all commands via that ssh channel on that machine.
Rust SSH: http://alexcrichton.com/ssh2-rs/ssh2/index.html
When a machine shall be provisioned via ssh, the user needs to specify parameters in the configuration file such as IP address
As a user I want to be able to provision a machine which is accessible via ssh only. Sokan then executes all commands via that ssh channel on that machine.