dotfiles/ssh/.ssh/config

42 lines
852 B
Text

AddKeysToAgent yes
ServerAliveInterval 60
ForwardAgent yes
SetEnv TERM=xterm-256color
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
User aur
Host er
HostName er.s.bcarlin.xyz
User bcarlin
IdentityFile ~/.ssh/bca-perso-worklaptop
Host yi
HostName yi.s.bcarlin.xyz
User bcarlin
IdentityFile ~/.ssh/bca-perso-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