SSH Key Forwarding
# set ssh agent
ssh-agent bash
# move key to ~/.ssh folder
# add key to ssh agent
chmod 400 ~/.ssh/awsnetcourse.pem
ssh-add ~/.sshawsnetcourse.pem
# connect to first server with -A option
ssh -A [email protected]
# connect to second server
ssh [email protected]