workflow/assets/.ssh/config

20 lines
419 B
Text
Raw Normal View History

2025-07-19 17:15:10 +02:00
Host *
SetEnv TERM="xterm"
ServerAliveInterval 300
ServerAliveCountMax 2
Host cluster-moji.openstreetmap.fr
User tykayn
Host mobilizon.vm.openstreetmap.fr
ProxyJump cluster-moji.openstreetmap.fr
IdentityFile ~/.ssh/id_rsa_spaceship
User tykayn
Host sotm.vm.openstreetmap.fr
ProxyJump osm26.openstreetmap.fr
Host github.com
IdentityFile ~/.ssh/github.pub
User git
IdentitiesOnly yes