Host * # Share SSH connection. # If disabling, consider impact on ssh agent forwarding in screen # sessions (see .ssh/rc file). ControlMaster auto ControlPath ~/.ssh/ctl/%r@%h:%p ControlPersist 10m # When a shared connection is broken (remote reboot), detect it faster. ServerAliveInterval 11 ServerAliveCountMax 2 ConnectTimeout 10 AddKeysToAgent yes #Host custom-host-with-xorg # HostName custom-hostname # User crate # ForwardX11 yes # ForwardX11Trusted yes #Host always-changing-keys-dont-care # StrictHostKeyChecking no # UserKnownHostsFile=/dev/null Include config.d/*