Skip to content

Instantly share code, notes, and snippets.

@djordjecupic
Last active November 28, 2019 21:30
Show Gist options
  • Save djordjecupic/80f4eaf5af46e92a927bcc8b398c571f to your computer and use it in GitHub Desktop.
Save djordjecupic/80f4eaf5af46e92a927bcc8b398c571f to your computer and use it in GitHub Desktop.
Bare-bones SSH host configuration template
Host server
User username
HostName 127.0.0.1
Port 22
IdentityFile ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment