[ADD] ssh package to Makefile
This commit is contained in:
parent
91359b9c59
commit
032cea3051
2 changed files with 12 additions and 0 deletions
11
ssh/.ssh/config
Normal file
11
ssh/.ssh/config
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Include private_config # Inside ~/.ssh/
|
||||
|
||||
Host github.com
|
||||
HostName github.com
|
||||
IdentityFile ~/.ssh/shared_rsa
|
||||
User git
|
||||
|
||||
Host gitlab.com
|
||||
HostName gitlab.com
|
||||
IdentityFile ~/.ssh/shared_rsa
|
||||
User git
|
||||
Loading…
Add table
Add a link
Reference in a new issue