You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locate the private key file in Dropbox: /Willet/keys/willet-generic.pem
Get the Jenkins Public DNS from in the AWS Console under EC2 Dashboard / Instances (ex: ec2-54-244-82-178.us-west-2.compute.amazonaws.com)
SSH using username tomcat, example console command: ssh -i willet-generic.pem tomcat@ec2-54-244-82-178.us-west-2.compute.amazonaws.com
Note: key must not be publicly viewable for SSH to work. Use this command if needed: chmod 400 willet-generic.pem