summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-03-10 01:46:35 +0000
committerColin Watson <cjwatson@debian.org>2004-03-10 01:46:35 +0000
commit3ce3504956692d5d30d63d5975286319286cfbde (patch)
tree0de1187e3fdd9b47d62e3cd44c2bb8be73ab87cd /ssh_config
parent03a3f02202906cbe1778f75e05779bcf0fa54868 (diff)
Turn off the new ForwardX11Trusted by default, returning to the semantics
of 3.7 and earlier, since it seems immature and causes far too many problems with existing setups. See README.Debian for details (closes: #237021).
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh_config b/ssh_config
index 2692e8913..f72394b4e 100644
--- a/ssh_config
+++ b/ssh_config
@@ -18,6 +18,7 @@
18# Host * 18# Host *
19# ForwardAgent no 19# ForwardAgent no
20# ForwardX11 no 20# ForwardX11 no
21# ForwardX11Trusted yes
21# RhostsRSAAuthentication no 22# RhostsRSAAuthentication no
22# RSAAuthentication yes 23# RSAAuthentication yes
23# PasswordAuthentication yes 24# PasswordAuthentication yes