execute ssh
Use this command to establish a secure-shell (SSH) session with another system.
execute ssh Simple SSH client. <user@host> User-name @ IP-address or DNS-name. <port> port.
The port number is optional.
Example
execute ssh admin@172.20.120.122
To end an ssh session, type exit
:
# exit
Connection to 172.20.120.122 closed.
#