ssh
- ssh <value>
- SDE
M10-Smart
M2
RS420
Hostname and address to SSH to
- Values
[user@]host – Hostname and address to SSH to
- Options
- vrf <id>
Set source address to a specific VRF
- Reference
- Values
id – VRF name
- force-version-1
Forces ssh to try protocol version 1 only
- force
Force connection. Remove the key if exists in known_hosts file
- force-ipv6
Forces ssh to use IPv6 addresses only
- option <value>
Additional SSH options
- Values
value – Optional argument
- cipher <value>
Selects the cipher specification for encrypting the session.
- Values
value – Chose cipher.
- mac <id>
Specifies the MAC (Message Authentication Code) algorithm to use
- Values
id – Specifies the MAC (Message Authentication Code) algorithm to use The MAC algorithm is used for data integrity protection. The algorithms that contain “-etm” calculate the MAC after encryption (encrypt-then-mac). These are considered safer and their use recommended. Notice that some cipher algorithms already offer authentication (the ones that are named like “…@openssh.com”). Those algorithms will make the SSH clients to ignore the MAC setting.
- verbose
Verbose mode.
- syslog
Send log information using the syslog system module.
- port <u32>
Specify a port number to connect
- Values
u32 – Port to connect
- local-address <value>
Use local IP address as the source address of the connection.
- Values
value – Local IP address
- key-exchange <id>
Specifies the available KEX (Key Exchange) algorithms
- Values
id – Specifies the available KEX (Key Exchange) algorithms
- quiet
Supress most of warning and diagnostic messages.
- force-version-2
Forces ssh to try protocol version 2 only
- escapechar <txt>
Sets the escape character.
- Values
txt – Escape character.
- force-ipv4
Forces ssh to use IPv4 addresses only
- private-key <id>
Private key to use when logging in remotely
- Values
id – Private key to use when logging in remotely