diff --git a/DESCRIPTION b/DESCRIPTION index 1be17bb..b274023 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ Description: Connect to a remote server over SSH to transfer files via SCP, License: MIT + file LICENSE Encoding: UTF-8 SystemRequirements: libssh >= 0.6.0 (the original, not libssh2) -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.1 Roxygen: list(markdown = TRUE) Imports: credentials, diff --git a/man/ssh.Rd b/man/ssh.Rd index 5813eb5..29029ac 100644 --- a/man/ssh.Rd +++ b/man/ssh.Rd @@ -18,7 +18,7 @@ ssh_disconnect(session) libssh_version() } \arguments{ -\item{host}{an ssh server string of the form \verb{[user@]hostname[:@port]}. An ipv6 +\item{host}{an ssh server string of the form \verb{[user@]hostname[:port]}. An ipv6 hostname should be wrapped in brackets like this: \verb{[2001:db8::1]:80}.} \item{keyfile}{path to private key file. Must be in OpenSSH format (see details)}