ssh: Secure Shell

Description Usage Arguments Examples

View source: R/ssh.R

Description

Start an interactive SSH session.

Usage

1
2
ssh(host, port = 22, user = me(), key = "~/.ssh/id_rsa",
  password = readline, verbose = FALSE)

Arguments

host

string with hostname

port

integer

user

username to authenticate with

key

(optional) private RSA key to authenticate

password

string or callback function with password

verbose

emit some more output

Examples

1
2
3
4
## Not run: 
ssh("yourserver.com", user = "jerry")

## End(Not run)

jeroenooms/ssh documentation built on May 19, 2019, 6:17 a.m.