Skip to content

Instantly share code, notes, and snippets.

@gwenn
Created November 22, 2024 18:18
Show Gist options
  • Save gwenn/b70a0c1c3ec28aa9aa8abaf759012eeb to your computer and use it in GitHub Desktop.
Save gwenn/b70a0c1c3ec28aa9aa8abaf759012eeb to your computer and use it in GitHub Desktop.
ssh config
Host *
ServerAliveInterval 240
Host xyz
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
GlobalKnownHostsFile /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment