= 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, --password |The password for remote login |-p, --port |The port to use for SSH connection |-q |Quiet Mode. Do not ask for confirmations |-r, --retries |retry connection establishment (up to attempts times) |-l, --username |The user name for remote login |--help |Display this help message |-k, --keyfile |The private keyFile location when using key login, need have BouncyCastle registered as security provider using this flag |===