Skip to content

Instantly share code, notes, and snippets.

@abhijit86k
Created May 17, 2021 10:48
Show Gist options
  • Save abhijit86k/5cfd8468b7794b5b41f590eac17627a3 to your computer and use it in GitHub Desktop.
Save abhijit86k/5cfd8468b7794b5b41f590eac17627a3 to your computer and use it in GitHub Desktop.
SSH Config File Example
#Based on the example at
#https://linuxize.com/post/using-the-ssh-config-file/
#Retrieved on March 17, 2021
Host surya
HostName 192.168.8.99 surya.example.com
User git
Port 5122
IdentityFile ~/.ssh/surya
LogLevel INFO
Compression yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment