Adds github ssh
This commit is contained in:
parent
fc551fae85
commit
2cb0b4046e
4 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue