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
SSH again using the username bitnami onto jenkins.secondfunnel.com: ssh bitnami@jenkins.secondfunnel.com. As this user, you can run sudo commands.
Syncing the Time
If the error Signature not yet current: YYYYMMDDTxxxxxxZ is still later than YYYYMMDDTxxxxxxZ (YYYYMMDDTxxxxxxZ + 5 min.) appears during a build, run the following commands as a privileged user:
ntpq -p to determine if ntp is installed/running on the machine