From 0f988400043b84a74f8abc87bf9897df8fcc06cd Mon Sep 17 00:00:00 2001 From: cphillip Date: Thu, 13 Mar 2003 17:09:31 +0000 Subject: [PATCH] o Turn on X11 forwarding by default in both the client and the server. --- setup/ssh_config | 3 +++ setup/sshd_config.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/setup/ssh_config b/setup/ssh_config index 94cffbf..231292c 100644 --- a/setup/ssh_config +++ b/setup/ssh_config @@ -34,3 +34,6 @@ # Cipher 3des # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc # EscapeChar ~ + +Host * + ForwardX11 yes diff --git a/setup/sshd_config.in b/setup/sshd_config.in index 95e6a5d..0061971 100644 --- a/setup/sshd_config.in +++ b/setup/sshd_config.in @@ -73,7 +73,7 @@ # Warning: enabling this may bypass the setting of 'PasswordAuthentication' #PAMAuthenticationViaKbdInt no -#X11Forwarding no +X11Forwarding yes #X11DisplayOffset 10 #X11UseLocalhost yes #PrintMotd yes -- 2.45.1