From fc551fae85a303d0fb3d92912ccf58720a8c5a61 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Tue, 25 Feb 2025 14:02:26 +0100 Subject: [PATCH] Adds git.php.fail key --- .ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) 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