This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/.ssh/config

28 lines
576 B
Text
Raw Normal View History

2021-11-08 15:32:43 +01:00
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