[ADD] ssh package to Makefile

This commit is contained in:
Bruno BELANYI 2020-05-01 16:47:38 +02:00
parent 91359b9c59
commit 032cea3051
2 changed files with 12 additions and 0 deletions

View file

@ -10,6 +10,7 @@ CLI_PACKAGES := \
remind \
scripts \
shell \
ssh \
tin \
vim \
zsh \

11
ssh/.ssh/config Normal file
View 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