Package: ssh 0.9.4
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:
ssh_0.9.4.tar.gz
ssh_0.9.4.zip(r-4.6)ssh_0.9.4.zip(r-4.5)ssh_0.9.4.zip(r-4.4)
ssh_0.9.4.tgz(r-4.5-x86_64)ssh_0.9.4.tgz(r-4.5-arm64)ssh_0.9.4.tgz(r-4.4-x86_64)ssh_0.9.4.tgz(r-4.4-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 site:https://docs.ropensci.org
Last updated 5 months ago from:01ec918388 (on master). Checks:13 OK, 2 FAIL. Indexed: yes.
Target | Result | Total time | Artifact |
---|---|---|---|
linux-devel-arm64 | OK | 116 | |
linux-devel-x86_64 | OK | 119 | |
pkgdown docs | OK | 178 | |
source / vignettes | OK | 167 | |
linux-release-arm64 | OK | 114 | |
linux-release-x86_64 | OK | 117 | |
macos-release-arm64 | OK | 85 | |
macos-release-x86_64 | OK | 176 | |
macos-oldrel-arm64 | OK | 95 | |
macos-oldrel-x86_64 | OK | 163 | |
windows-devel | OK | 110 | |
windows-release | OK | 100 | |
windows-oldrel | OK | 111 | |
wasm-release | FAIL | 102 | |
wasm-oldrel | FAIL | 149 |
Exports:libssh_versionscp_downloadscp_uploadssh_agent_addssh_connectssh_disconnectssh_exec_internalssh_exec_waitssh_homessh_infossh_key_infossh_keygenssh_read_keyssh_session_infossh_tunnel
Readme and manuals
Help Manual
Help page | Topics |
---|---|
SCP (Secure Copy) | scp scp_download scp_upload |
SSH Client | libssh_version ssh ssh_connect ssh_disconnect ssh_info ssh_session_info |
Execute Remote Command | ssh_exec ssh_exec_internal ssh_exec_wait |
Create SSH tunnel | ssh_tunnel |