The ssh Package: Secure Shell (SSH) Client for R

Author: Jeroen Ooms

Have you ever needed to connect to a remote server over SSH to transfer files via SCP or to setup a secure tunnel, and wished you could do so from R itself? The new rOpenSci ssh package provides a native ssh client in R allows you to do that and even more, like running a command or script on the host while streaming stdout and stderr directly to the client. The package is based on libssh, a powerful C library implementing the SSH protocol.

Read the full tech note here: https://ropensci.org/technotes/2018/06/12/ssh-02

1 Like