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 *
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue