Package: ssh Type: Package Title: Secure Shell (SSH) Client for R Version: 0.9.4 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")) 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. License: MIT + file LICENSE Encoding: UTF-8 SystemRequirements: libssh >= 0.6.0 (the original, not libssh2) RoxygenNote: 7.1.1 Roxygen: list(markdown = TRUE) Imports: credentials, askpass Suggests: knitr, rmarkdown, spelling, sys, testthat, mongolite Language: en-GB URL: https://docs.ropensci.org/ssh/ https://ropensci.r-universe.dev/ssh BugReports: https://github.com/ropensci/ssh/issues VignetteBuilder: knitr Config/pak/sysreqs: libssh-dev libssh2-1-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-03-26 22:23:33 UTC RemoteUrl: https://github.com/ropensci/ssh RemoteRef: master RemoteSha: 01ec91838850159f78dbc87fca7336224a72c1ec NeedsCompilation: yes Packaged: 2026-06-23 16:45:38 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms