[ADD] ssh package to Makefile
This commit is contained in:
parent
91359b9c59
commit
032cea3051
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ CLI_PACKAGES := \
|
||||||
remind \
|
remind \
|
||||||
scripts \
|
scripts \
|
||||||
shell \
|
shell \
|
||||||
|
ssh \
|
||||||
tin \
|
tin \
|
||||||
vim \
|
vim \
|
||||||
zsh \
|
zsh \
|
||||||
|
|
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…
Reference in a new issue