diff --git a/.ssh/config b/.ssh/config index b1fba95..ed119f0 100644 --- a/.ssh/config +++ b/.ssh/config @@ -7,3 +7,9 @@ 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