ssh: reorder config to get defaults right

This commit is contained in:
Daniel Lundin 2023-06-06 12:49:24 +02:00
parent fff394bf5e
commit b4db1c4887

View file

@ -1,3 +1,14 @@
Host 10.1.100.16
Host dln-dev
Hostname 10.1.100.16
ForwardAgent yes
ExitOnForwardFailure yes
Compression yes
LocalForward 127.0.0.1:3000 127.0.0.1:3000
LocalForward 127.0.0.1:3011 127.0.0.1:3011
LocalForward 127.0.0.1:8000 127.0.0.1:8000
LocalForward 127.0.0.1:8080 127.0.0.1:8080
ForwardAgent no
ServerAliveInterval 15
ServerAliveCountMax 3
@ -15,14 +26,3 @@ Include ~/.ssh/private_config
Host gitlab.com
IdentityAgent /dev/null
PKCS11Provider /usr/lib/pkcs11/libtpm2_pkcs11.so
Host 10.1.100.16
Host dln-dev
Hostname 10.1.100.16
ForwardAgent yes
ExitOnForwardFailure yes
Compression yes
LocalForward 127.0.0.1:3000 127.0.0.1:3000
LocalForward 127.0.0.1:3011 127.0.0.1:3011
LocalForward 127.0.0.1:8000 127.0.0.1:8000
LocalForward 127.0.0.1:8080 127.0.0.1:8080