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

Version

Install

install.packages('ssh')

Monthly Downloads

2,231

Version

0.9.3

License

MIT + file LICENSE

Maintainer

Last Published

September 19th, 2024

Functions in ssh (0.9.3)

ssh_credentials

Managing Your SSH Key
ssh_tunnel

Create SSH tunnel
ssh_connect

SSH Client
scp

SCP (Secure Copy)
ssh_exec

Execute Remote Command