dotfiles/ssh/.ssh/config

43 lines
855 B
Text
Raw Permalink Normal View History

2017-02-20 16:55:43 +01:00
AddKeysToAgent yes
2021-07-04 14:21:36 +02:00
ServerAliveInterval 60
ForwardAgent yes
2022-02-22 10:19:41 +01:00
SetEnv TERM=xterm-256color
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
User aur
2021-07-04 14:21:36 +02:00
2024-04-20 17:17:59 +02:00
Host san
HostName san.s.bcarlin.xyz
2021-07-04 14:21:36 +02:00
User bcarlin
IdentityFile ~/.ssh/bca-perso-worklaptop
2024-04-20 17:17:59 +02:00
Host sans
HostName san.s.bcarlin.xyz
User root
IdentityFile ~/.ssh/bca-persos-worklaptop
2021-07-04 14:21:36 +02:00
Host code.bcarlin.xyz
IdentityFile ~/.ssh/bca-perso-worklaptop
2022-08-26 02:04:23 +02:00
Host tria.waarp.org
IdentityFile ~/.ssh/bca-work-worklaptop
2023-03-09 22:29:34 +01:00
2023-05-31 18:10:24 +02:00
Host tria
HostName tria.waarp.org
IdentityFile ~/.ssh/bca-work-worklaptop
2023-03-09 22:29:34 +01:00
Host duo.waarp.org
IdentityFile ~/.ssh/bca-work-worklaptop
2023-05-31 18:10:24 +02:00
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