Run ssh commands from the calling machine.
¶
exec
exec(command, host, user, sshOptions?:SSHOptions)
¶
scpFrom
scpFrom(sourceFile, sourceHost, sourceUser, destFile, sshOptions?:SSHOptions)
¶
scpTo
scpTo(sourceFile, destFile, destHost, destUser, sshOptions?:SSHOptions)