Learn R Programming

⚠️There's a newer version (0.9.4) of this package.Take me there.

ssh (version 0.9.1)

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

Version

Install

install.packages('ssh')

Monthly Downloads

3,573

Version

0.9.1

License

MIT + file LICENSE

Maintainer

Jeroen Ooms

Last Published

October 16th, 2023

Functions in ssh (0.9.1)

ssh_exec

Execute Remote Command
ssh_tunnel

Create SSH tunnel
ssh_credentials

Managing Your SSH Key
scp

SCP (Secure Copy)
ssh_connect

SSH Client