Don't use Control* options for ssh

This commit is contained in:
Darren 'Tadgy' Austin 2017-01-19 10:53:30 +00:00
commit d98c5ff69a

View file

@ -22,9 +22,10 @@ Host leela leela.open-source.co.uk
Host *
# AddKeysToAgent yes
ConnectTimeout 30
ControlMaster auto
ControlPath ~/.ssh/%u@%l->%r@%h:%p
ControlPersist 7200
# Removed as this prevents use of ^Z suspension.
# ControlMaster auto
# ControlPath ~/.ssh/%u@%l->%r@%h:%p
# ControlPersist 7200
ExitOnForwardFailure yes
ForwardX11Trusted no
SendEnv LANG LC_* TERM