X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/54eda516c9bf61d8abb5b4a00e7ae93e982b4e6d..b93ca7f90af1e2a2e6ea81ef3a568f47e993b933:/.ssh/config.in diff --git a/.ssh/config.in b/.ssh/config.in index 372cd02..a1b32b4 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -160,6 +160,10 @@ Host mothere CheckHostIP no HostKeyAlias mother.gauting.madduck.net +Host bell.gauting | bell | bell.gauting.madduck.net + Hostname bell.fritz.box + HostKeyAlias bell.gauting.madduck.net + ### MTVIC Host wall.mtvic.madduck.net | wall.mtvic | wall @@ -169,9 +173,6 @@ Host wall-ipv4 Hostname wall.mtvic.madduck.net AddressFamily inet -Host bell.mtvic.madduck.net | bell.mtvic | bell - Hostname bell.mtvic.madduck.net - Host julia.mtvic.madduck.net | julia.mtvic | julia Hostname julia.mtvic.madduck.net LocalForward localhost:8388 localhost:8384 @@ -337,11 +338,11 @@ Match host *.madduck.net Host * IgnoreUnknown * - ConnectTimeout 10 + ConnectTimeout 30 ControlPath ~/.var/ssh/ssh_control_%l_%h_%p_%r ControlMaster auto ControlPersist 30 - ExitOnForwardFailure yes + ExitOnForwardFailure no ForwardAgent no #ForwardX11 no #ForwardX11Trusted no