Specification of a compuation node for the SSH backend.
std::string username
Username.
int port
Port (default is 22)
unsigned long cores
Number of cores we use per connection (default is 1)
std::string hostname
Hostname to connect to.
std::size_t connections
Number of concurrent connections (default is 1)
std::string password
Password (only used if public key authentication fails).