Created
April 3, 2018 13:09
-
-
Save antelio/415374577ec57c768176aeb0b0bff306 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/.ssh/conifg | |
Host * | |
ForwardAgent yes | |
ServerAliveInterval 10 | |
Compression yes | |
AddressFamily inet | |
StrictHostKeyChecking no | |
Host chess6roma gow8tokyo gta4lisboa mario2madri tetris7lima hallo5santiago zelda9paris sonic10seul | |
HostName %h.erpbox1.com | |
User root | |
IdentityFile ~/.ssh/id_rsa | |
Host localhost | |
StrictHostKeyChecking no· | |
UserKnownHostsFile /dev/null | |
LogLevel QUIET | |
Host pi-remote | |
HostName erpbox.ddns.net | |
Port 2222 | |
Host minisap-remote | |
User npladm | |
HostName erpbox.ddns.net | |
Port 2231 | |
Host minisap | |
User npladm | |
HostName 172.16.8.31 | |
Port 22 | |
# --- SourceTree Generated --- | |
Host antelio-Bitbucket | |
HostName bitbucket.org | |
User antelio | |
PreferredAuthentications publickey | |
IdentityFile /Users/abe/.ssh/antelio-Bitbucket | |
UseKeychain yes | |
AddKeysToAgent yes | |
# ---------------------------- | |
# | |
Host pi | |
User pi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment