15 lines
293 B
Text
15 lines
293 B
Text
Host webserver
|
|
HostName h2995861.stratoserver.net
|
|
User michel
|
|
IdentityFile ~/.ssh/webserver.key
|
|
|
|
Host home
|
|
HostName 192.168.178.33
|
|
User michel
|
|
IdentityFile ~/.ssh/webserver.key
|
|
|
|
Host git.php.fail
|
|
HostName git.php.fail
|
|
Port 2222
|
|
IdentityFile ~/.ssh/git_php_fail.key
|
|
User git
|