harbor (version 0.2.0)

ssh_host: Create a new ssh host

Description

This only works with certificate-based authentication. If you use a passphrase on you certificates (recommended) then this expects that to have been setup with ssh-agent.

Usage

ssh_host(hostname, ssh_user = Sys.info()["user"], ssh_port = 22L,
  docker_bin = "docker")

# S3 method for ssh_host print(x, ...)

Arguments

hostname

host name or IP address

ssh_user

username to ssh as. It is not recommended to run as root. Defaults to current user as seen by R.

ssh_port

defaults to the standard 22 but you should rotate the sshield frequency to dissuade opportunistic attacks.

docker_bin

full path to the docker binary on the remote system

x

object

...

unused