Package: ssh
Type: Package
Title: Secure Shell (SSH) Client for R
Version: 0.3
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 (the original, not libssh2)
RoxygenNote: 6.0.1.9000
Imports: getPass
Suggests: knitr, rmarkdown, spelling, sys, testthat, mongolite
Language: en-GB
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-10-07 12:06:34 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2018-10-07 12:40:03 UTC
