Add my SSH config
This commit is contained in:
commit
f457edec10
1 changed files with 27 additions and 0 deletions
27
.ssh/config
Normal file
27
.ssh/config
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
Host bocal
|
||||||
|
Hostname bocal.cs.univ-paris8.fr
|
||||||
|
User akennel
|
||||||
|
IdentityFile ~/.ssh/bocal
|
||||||
|
|
||||||
|
Host prog-dec
|
||||||
|
ProxyCommand ssh bocal nc prog-dec 22
|
||||||
|
User akennel
|
||||||
|
IdentityFile ~/.ssh/bocal
|
||||||
|
|
||||||
|
Host code.up8.edu
|
||||||
|
PreferredAuthentications publickey
|
||||||
|
IdentityFile ~/.ssh/codeup8edu
|
||||||
|
|
||||||
|
Host github.com
|
||||||
|
PreferredAuthentications publickey
|
||||||
|
IdentityFile ~/.ssh/github
|
||||||
|
|
||||||
|
Host gitlab.com
|
||||||
|
PreferredAuthentications publickey
|
||||||
|
IdentityFile ~/.ssh/gitlab
|
||||||
|
|
||||||
|
Host git.kennel.ml
|
||||||
|
PreferredAuthentications publickey
|
||||||
|
IdentityFile ~/.ssh/maison
|
Reference in a new issue