Name
ssh:ssh, ssh — connects to a remote SSH server
Synopsis
ssh:ssh [--help] [[-l username] | [--username username]] [[-P password] | [--password password]] [[-p port] | [--port port]] {hostname} [command]
Arguments
Table 185 describes the commands arguments.
Table 185. ssh:ssh Arguments
| Argument | Interpretation |
|---|---|
--help
| Displays the online help for this command |
-l, --username
| The username for remote login |
-P, --password
| The password for remote login |
-p, --port
| The port to use for the SSH connection |
| The hostname to connect to via SSH |
| Specifies a command to execute upon connecting. |








