mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
add config assets, backup round
This commit is contained in:
parent
cb1e4934b5
commit
728457f71c
26 changed files with 2011 additions and 126 deletions
20
assets/.ssh/config
Normal file
20
assets/.ssh/config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue