Skip to content

Instantly share code, notes, and snippets.

@StealthSend
Last active September 14, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StealthSend/2b6cdda3ed5779623c122a4b63eddc2d to your computer and use it in GitHub Desktop.
Save StealthSend/2b6cdda3ed5779623c122a4b63eddc2d to your computer and use it in GitHub Desktop.
SSH Lines for Pubkey Authentication and Keep-Alive
# disable tunnelled clear text passwords
PasswordAuthentication no
# lines for keep-alive
ClientAliveInterval 120
TCPKeepAlive yes
ClientAliveCountMax 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment