Owner manual

Arguments
host Host to close tunnels to. This argument can be used multiple times.
Example
This closes all active SSH tunnels.
ssh:close --all
ssh:exec
Executes a command over SSH.
Syntax
ssh:exec [options] command(s)
Options
--user or -u <string> User name
--password or -p <string>
Password
--port <integer> Port ID (defaults to 22)
--host <string> Host to connect to
(See
help –-all for details on all other options.)
Arguments
command Command to execute. This argument can be used multiple times.
ssh:scpput
Copies a file to a remote system.
Syntax
ssh:scpput [options] localFile destination
Options
--user or -u <string> User name for the remote system login
--password or -p <string>
Password for the remote system login
--port <string> Port to use for the file copy (defaults to 22)
104