]> andersk Git - gssapi-openssh.git/commitdiff
o Turn on X11 forwarding by default in both the client and the server. OPENSSH_GSI_GPT_1_9
authorcphillip <cphillip>
Thu, 13 Mar 2003 17:09:31 +0000 (17:09 +0000)
committercphillip <cphillip>
Thu, 13 Mar 2003 17:09:31 +0000 (17:09 +0000)
setup/ssh_config
setup/sshd_config.in

index 94cffbf395aa64ba8820e53cf415aadbc341d1d7..231292ceb43978aa728022b89085823593aa1934 100644 (file)
@@ -34,3 +34,6 @@
 #   Cipher 3des
 #   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
 #   EscapeChar ~
+
+Host *
+  ForwardX11 yes
index 95e6a5de4d58090d8d9d1dcfd5c5b09b3861e81d..0061971a3866fbf35ea0b152d6c234f6d032d770 100644 (file)
@@ -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
This page took 0.041989 seconds and 5 git commands to generate.