Users are able to SSH into any device on either the WAN or LAN that is running an SSH server.
Configurable options: Port, login name, data compression, session ciphers
Supported Ciphers | |
|---|---|
|
|
Client uses the below ciphers by default to support PCI compliance: | |
| |
Required arguments: Hostname (either the hostname or a user@hostname pair)
Optional arguments:
-v – Debug level. May be specified up to three times (-v, -vv, -vvv).
-C – Requests compression of all data.
-1 – Force ssh to try protocol version 1 only.
-2 – Force ssh to try protocol version 2 only.
-l – Specifies login name.
-p – Specifies port.
-c – Comma separated list of ciphers (for example, aes256-ctr, aes192-ctr, aes128-ctr).
Important considerations:
When prompted if you trust the host key, make sure to type "yes" and not "y".
Only one session can be active at a time. If a new session is opened (if the device is accessed by a different method or by a second user) before the original one is stopped, you may receive garbled feedback.