Skip to content

Instantly share code, notes, and snippets.

@LiamPerson
Last active June 30, 2024 00:52
Show Gist options
  • Save LiamPerson/6457e44dc7dec72cf6c8efbd1075e133 to your computer and use it in GitHub Desktop.
Save LiamPerson/6457e44dc7dec72cf6c8efbd1075e133 to your computer and use it in GitHub Desktop.
My ssh config
# Default
IdentityFile ~/.ssh/id_rsa
# For Master Server @ Vultr
Host mastervultr xxx.xxx.xxx.xxx
HostName xxx.xxx.xxx.xxx
IdentityFile ~/.ssh/mastervultr/YOUR_ID_FILE
User PUT_USER_HERE
# For Raspberri Pi GIT Server @ Home
Host pi xxx.xxx.xxx.xxx
HostName xxx.xxx.xxx.xxx
IdentityFile ~/.ssh/YOUR_ID_FILE
User PUT_USER_HERE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment