Skip to content

Instantly share code, notes, and snippets.

@tsangpo
Last active November 8, 2019 13:37
Show Gist options
  • Save tsangpo/f5a3813f4dc8d3b1cd591acc9d0dc08b to your computer and use it in GitHub Desktop.
Save tsangpo/f5a3813f4dc8d3b1cd591acc9d0dc08b to your computer and use it in GitHub Desktop.
ssh config example
> ssh-keygen
Host coder
HostName [ip or domain]
Port 58023
User coder
ServerAliveInterval 120
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment