Learn R Programming

ssh (version 0.9.4)

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,462

Version

0.9.4

License

MIT + file LICENSE

Maintainer

Jeroen Ooms

Last Published

March 26th, 2025

Functions in ssh (0.9.4)

scp

SCP (Secure Copy)
ssh_tunnel

Create SSH tunnel
ssh_connect

SSH Client
ssh_exec

Execute Remote Command
ssh_credentials

Managing Your SSH Key