commit f457edec109554ff52770a4f3f0d6a505072ab78 Author: Mylloon Date: Mon Nov 8 15:32:43 2021 +0100 Add my SSH config diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..4531350 --- /dev/null +++ b/.ssh/config @@ -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