The goal of crew.ssh is to ...
You can install the development version of crew.ssh from GitHub with:
# install.packages("devtools")
devtools::install_github("billdenney/crew.ssh")This is a basic example which shows you how to solve a common problem:
library(crew.ssh)
controller_ssh <-
crew_controller_ssh(
ssh_host = "computation@example.com",
ssh_verbose = TRUE,
ssh_passwd = "mypass"
)