Skip to content

Instantly share code, notes, and snippets.

@kehh
Last active July 15, 2016 06:50
Show Gist options
  • Save kehh/7eaed28479fc6543565ac2a6e71793dd to your computer and use it in GitHub Desktop.
Save kehh/7eaed28479fc6543565ac2a6e71793dd to your computer and use it in GitHub Desktop.
SSH Configuration makes your life easier - place this file at .ssh/config
# Stop ssh disconnecting
ServerAliveInterval 5
# Use a particular key and user for a group of hosts
Host *.histwest.org.au
IdentityFile ~/aws/keys/rwahs.pem
User ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment