Adds github ssh

This commit is contained in:
Michel Fedde 2025-02-25 14:08:07 +01:00
parent fc551fae85
commit 2cb0b4046e
4 changed files with 12 additions and 0 deletions

View file

@ -13,3 +13,8 @@ Host 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