Don't use Control* options for ssh
This commit is contained in:
parent
b89234e57a
commit
d98c5ff69a
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue