End-user SSH workflow¶
Here is an example workflow for connecting to a linux box using SSH:
- Get a short-lived SSH private key for a linux box from the SIA service:
idsec sia sso short-lived-ssh-key - Log in directly to the linux box:
ssh -i ~/.ssh/sia_ssh_key.pem myuser@suffix@targetuser@targetaddress@sia_proxy