Package: ssh
Type: Package
Title: Secure Shell (SSH) Client for R
Version: 0.8.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), 
    email = "jeroen@berkeley.edu", 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
Imports: credentials, askpass
Suggests: knitr, rmarkdown, spelling, sys, testthat, mongolite
Language: en-GB
URL: https://docs.ropensci.org/ssh/ (website),
        https://github.com/ropensci/ssh (devel)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2021-05-03 14:23:30 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2021-05-03 15:10:02 UTC
