24 lines
570 B
Plaintext
24 lines
570 B
Plaintext
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 3
|
|
|
|
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
|