dotfiles/ssh/.ssh/config

42 lines
855 B
Text

AddKeysToAgent yes
ServerAliveInterval 60
ForwardAgent yes
SetEnv TERM=xterm-256color
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
User aur
Host san
HostName san.s.bcarlin.xyz
User bcarlin
IdentityFile ~/.ssh/bca-perso-worklaptop
Host sans
HostName san.s.bcarlin.xyz
User root
IdentityFile ~/.ssh/bca-persos-worklaptop
Host code.bcarlin.xyz
IdentityFile ~/.ssh/bca-perso-worklaptop
Host tria.waarp.org
IdentityFile ~/.ssh/bca-work-worklaptop
Host tria
HostName tria.waarp.org
IdentityFile ~/.ssh/bca-work-worklaptop
Host duo.waarp.org
IdentityFile ~/.ssh/bca-work-worklaptop
Host duo
HostName duo.waarp.org
IdentityFile ~/.ssh/bca-work-worklaptop
Host ariane-test
User waarp
Hostname duo.waarp.org
Port 22422
PubkeyAuthentication no
PreferredAuthentications password