Skip to content

End-user SSH workflow

Here is an example workflow for connecting to a linux box using SSH:

  1. Get a short-lived SSH private key for a linux box from the SIA service:
    idsec sia sso short-lived-ssh-key
    
  2. Log in directly to the linux box:
    ssh -i ~/.ssh/sia_ssh_key.pem myuser@suffix@targetuser@targetaddress@sia_proxy