Direct Access Using SSH Key
To directly jump by accessing a device via SSH key using the terminal, you need to use double backslashes (\\
). See the example below:
ssh admin[key\\[email protected]]@192.168.5.214
ssh vaultuser[key\\sshkey@device]@senhasegura
Example:
Access via COSH:
If you are already within COSH (Command and Control Host) on senhasegura, then you can use just one backslash (\
) when connecting to a device via SSH key:
ssh [email protected]
ssh key\sshkey@device
Example:
Registering Credentials within the Vault:
By configuring the access as exemplified, you will be able to connect to devices using SSH keys through the terminal, ensuring secure and efficient access via senhasegura.