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 * Host *
# AddKeysToAgent yes # AddKeysToAgent yes
ConnectTimeout 30 ConnectTimeout 30
ControlMaster auto # Removed as this prevents use of ^Z suspension.
ControlPath ~/.ssh/%u@%l->%r@%h:%p # ControlMaster auto
ControlPersist 7200 # ControlPath ~/.ssh/%u@%l->%r@%h:%p
# ControlPersist 7200
ExitOnForwardFailure yes ExitOnForwardFailure yes
ForwardX11Trusted no ForwardX11Trusted no
SendEnv LANG LC_* TERM SendEnv LANG LC_* TERM