diff options
-rw-r--r-- | root/.ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/root/.ssh/config b/root/.ssh/config index c85b2ee..787ae1d 100644 --- a/root/.ssh/config +++ b/root/.ssh/config @@ -2,3 +2,5 @@ Host * ControlMaster auto ControlPath /tmp/%u-%r@%h:%p ControlPersist yes + # EnableEscapeCommandline yes + ForwardX11 yes |