Terminal Proxy - How to start a SSH session

To connect to a device with an enabled SSH connectivity through your workstation, access your SSH client and enter usr_senhasegura@ip_senhasegura. Then your password will be requested, to continue:

image

After you log in, you can use the command list to list all the credentials and devices that you can access through Terminal Proxy.

To access a device, just use the syntax: ssh usr_credential@device

Multihop

To connect to a device with an enabled SSH connectivity through your workstation using Multihop, access your SSH client and enter usr_senhasegura[usr_credential@device]@ip_senhasegura. Then your password will be requested to continue and you will start the SSH session.

Multihop using MFA

To connect to a device with an enabled SSH connectivity through your workstation using Multihop, access your SSH client and enter usr_senhasegura[usr_credential@device]token@ip_senhasegura. Then your password will be requested to continue and you will start the SSH session.