Security
Web Applications
Server Logins
# Add a key to your ssh-agent
$ ssh-add -K <keyname>.pem
# Type in any required passcodes and what-not
# Utilize your ssh-agent to log into a Bastion Account
$ ssh -A <user>@<bastion-IP>
# From this bation
[<user>@<bastion-IP>]$ sshLast updated