X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/9bb4ad96b827573d23b79157202a18dcb0dd7b01..b93ca7f90af1e2a2e6ea81ef3a568f47e993b933:/.ssh/config.in diff --git a/.ssh/config.in b/.ssh/config.in index 1c047ac..a1b32b4 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -156,10 +156,14 @@ Host mother.gauting | mother | mother.gauting.madduck.net Host mothere Hostname mother.dyndns.madduck.net - Port 22021 + Port 22221 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