Rdocumentation
powered by
Learn R Programming
ssh (version 0.9.3)
Secure Shell (SSH) Client for R
Description
Connect to a remote server over SSH to transfer files via SCP, setup a secure tunnel, or run a command or script on the host while streaming stdout and stderr directly to the client.
Copy Link
Link to current version
Version
Version
0.9.3
0.9.2
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6
0.5
0.4
0.3
0.2
Install
install.packages('ssh')
Monthly Downloads
2,231
Version
0.9.3
License
MIT + file LICENSE
Maintainer
Jeroen Ooms
Last Published
September 19th, 2024
Functions in ssh (0.9.3)
Search all functions
ssh_credentials
Managing Your SSH Key
ssh_tunnel
Create SSH tunnel
ssh_connect
SSH Client
scp
SCP (Secure Copy)
ssh_exec
Execute Remote Command