add config assets, backup round

This commit is contained in:
Tykayn 2025-07-19 17:15:10 +02:00 committed by tykayn
parent cb1e4934b5
commit 728457f71c
26 changed files with 2011 additions and 126 deletions

20
assets/.ssh/config Normal file
View file

@ -0,0 +1,20 @@
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