From: cphillip Date: Thu, 13 Mar 2003 17:09:31 +0000 (+0000) Subject: o Turn on X11 forwarding by default in both the client and the server. X-Git-Tag: OPENSSH_GSI_GPT_1_9 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/0f988400043b84a74f8abc87bf9897df8fcc06cd o Turn on X11 forwarding by default in both the client and the server. --- 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