List all the available private identities ssh-add -l Add Priavte Key to SSH Agent ssh-add -K <pem-file-name> Connect to the server ssh -A <user@server-ip> How to access instance in Private Subnet using SSH forwarding Refer this link for more details