ssh:ssh
Description
Connects to a remote SSH server
Syntax
ssh:ssh [options] hostname [command]
Arguments
| Name | Description |
|---|
| hostname | The host name to connect to via SSH |
| command | Optional command to execute |
Options
| Name | Description |
|---|
| -p, --port | The port to use for SSH connection (defaults to 22) |
| -P, --password | The password for remote login |
| --help | Display this help message |
| -l, --username | The user name for remote login |