ssh_host: Create a new ssh host

Description Usage Arguments

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

1
2
3
4
5
ssh_host(hostname, ssh_user = Sys.info()["user"], ssh_port = 22L,
  docker_bin = "docker")

## S3 method for class '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


wch/harbor documentation built on May 4, 2019, 2:02 a.m.