Skip to content

Instantly share code, notes, and snippets.

@bparry02
Created January 13, 2023 15:22
Show Gist options
  • Select an option

  • Save bparry02/4d10a85c4a18438b0f6ae557a524bb8a to your computer and use it in GitHub Desktop.

Select an option

Save bparry02/4d10a85c4a18438b0f6ae557a524bb8a to your computer and use it in GitHub Desktop.
Example SSH config for cloud envrionments
# name this file ~/.ssh/config, or ~/.ssh/config-mycluster and symlink to ~/.ssh/config
Host *.[fqdn]
StrictHostKeyChecking no
CheckHostIP no
ServerAliveInterval 30
Host myhostname*
StrictHostKeyChecking no
CheckHostIP no
ServerAliveInterval 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment