Package: ssh 0.9.4

Jeroen Ooms

ssh: Secure Shell (SSH) Client for R

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.

Authors:Jeroen Ooms [aut, cre]

ssh_0.9.4.tar.gz
ssh_0.9.4.zip(r-4.7)ssh_0.9.4.zip(r-4.6)ssh_0.9.4.zip(r-4.5)
ssh_0.9.4.tgz(r-4.6-x86_64)ssh_0.9.4.tgz(r-4.6-arm64)ssh_0.9.4.tgz(r-4.5-x86_64)ssh_0.9.4.tgz(r-4.5-arm64)
ssh_0.9.4.tar.gz(r-4.6-arm64)ssh_0.9.4.tar.gz(r-4.6-x86_64)ssh_0.9.4.tar.gz(r-4.5-arm64)ssh_0.9.4.tar.gz(r-4.5-x86_64)
ssh.pdf |ssh.html
ssh/json (API)
NEWS

# Install 'ssh' in R:
install.packages('ssh', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/ropensci/ssh/issues

Pkgdown/docs site:https://docs.ropensci.org

Uses libs:
  • libssh– Tiny C SSH library

On CRAN:

Conda:

libsshsshssh-client

10.86 score 129 stars 12 packages 161 scripts 2.7k downloads 8 mentions 15 exports 6 dependencies

Last updated from:01ec918388 (on master). Checks:13 OK, 1 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK133
linux-devel-x86_64OK132
pkgdown docsOK139
source / vignettesOK173
linux-release-arm64OK152
linux-release-x86_64OK115
macos-release-arm64OK98
macos-release-x86_64OK175
macos-oldrel-arm64OK92
macos-oldrel-x86_64OK153
windows-develOK106
windows-releaseOK119
windows-oldrelOK165
wasm-releaseFAIL105

Exports:libssh_versionscp_downloadscp_uploadssh_agent_addssh_connectssh_disconnectssh_exec_internalssh_exec_waitssh_homessh_infossh_key_infossh_keygenssh_read_keyssh_session_infossh_tunnel

Dependencies:askpasscredentialscurljsonliteopensslsys

Secure Shell (SSH) Client for R

Rendered fromintro.Rmdusingknitr::rmarkdownon Apr 15 2026.

Last update: 2023-10-16
Started: 2018-02-18

Readme and manuals

Help Manual

Help pageTopics
SCP (Secure Copy)scp scp_download scp_upload
SSH Clientlibssh_version ssh ssh_connect ssh_disconnect ssh_info ssh_session_info
Execute Remote Commandssh_exec ssh_exec_internal ssh_exec_wait
Create SSH tunnelssh_tunnel