vhsm ssh
Syntax
vhsm ssh [options] user@<target_host>Examples
Example 1: SSH using OTP mode (requires sshpass for full automation)
sshpass for full automation)vhsm ssh -mode=otp -role=my-role [email protected]Example2: SSH using CA mode
vhsm ssh -mode=ca -role=my-role [email protected]Example 3: SSH using CA mode with host key verification
vhsm ssh \
-mode=ca \
-role=my-role \
-host-key-mount-point=host-signer \
-host-key-hostnames=example.com \
[email protected]Options
Output Options
SSH Options
CA Mode Options
Notes
Last updated
Was this helpful?