47 lines
862 B
Text
47 lines
862 B
Text
Host webserver
|
|
HostName h2995861.stratoserver.net
|
|
User michel
|
|
IdentityFile ~/.ssh/webserver.key
|
|
|
|
Host rpi5
|
|
HostName 192.168.178.33
|
|
User michel
|
|
IdentityFile ~/.ssh/webserver.key
|
|
|
|
Host home
|
|
HostName 192.168.178.36
|
|
User michel
|
|
IdentityFile ~/.ssh/home.key
|
|
|
|
Host git.php.fail
|
|
HostName git.php.fail
|
|
Port 2222
|
|
IdentityFile ~/.ssh/git_php_fail.key
|
|
User git
|
|
|
|
Host github.com
|
|
HostName github.com
|
|
IdentityFile ~/.ssh/github.key
|
|
User git
|
|
|
|
Host gameserver
|
|
HostName 85.215.131.106
|
|
IdentityFile ~/.ssh/pandorasboxserver.key
|
|
User fedde
|
|
|
|
Host stash.miovent.de
|
|
HostName stash.miovent.de
|
|
Port 7999
|
|
User git
|
|
IdentityFile ~/.ssh/work-bitbucket.key
|
|
|
|
Host vagrant
|
|
HostName localhost
|
|
Port 2222
|
|
User vagrant
|
|
IdentityFile ~/.ssh/vagrant
|
|
|
|
Host essential
|
|
HostName 192.168.178.25
|
|
User michel
|
|
IdentityFile ~/.ssh/essential_home.key
|