ssh interface
Focus
Focus

ssh interface

Table of Contents

ssh interface

Use the ssh interface command to invoke the secure shell (SSH) or client from the device for debugging and troubleshooting purposes.

Command

ssh <interface> <user>@<hostname> [port | identity]

Options

portEnter a port number for SSH connection.
identityProvides a file identity in the form of a private key for RSA or DSA authentication. For example,
ABC.pem

Command Notes

RoleSuper, Read Only
Related Commands
Introduced inRelease 4.7.1

Example

ssh controller1 elem-admin@172.20.75.146 Warning: Permanently added '172.20.75.146' (ECDSA) to the list ofknown hosts. Password: # # dump software status CurrentVersion : 4.7.1-b6 APICompleteSha : e54a0cedb4e999f6453d98110cf8a3baac9affc68fcbe91157344d83d4b815c2APIMajorShacf7cc4a0e0f6a70d8fd940f7c18e6f4e4f34c8adced0d4bf7a7b0692c76629a0# #exit Connection to 172.20.75.146 closed.