summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-26 00:56:20 +0000
committerColin Watson <cjwatson@debian.org>2016-12-26 00:58:36 +0000
commitf34e7a4deda39af73585fb2440e7ebc062940a6a (patch)
tree0fd69bca2a7c69396c227a03f66317d391040116 /ssh_config
parentde911c73504da8dd7d9bbaddcf0c0845dd6eb9a0 (diff)
parent41265d4fa6f5946719155a08a19717a4ca229454 (diff)
Remove redundant "GSSAPIDelegateCredentials no" from ssh_config (already the upstream default), and document that setting ServerAliveInterval to 300 by default if BatchMode is set is Debian-specific (closes: #765630).
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config
index 5190b06b1..093c8366e 100644
--- a/ssh_config
+++ b/ssh_config
@@ -54,4 +54,3 @@ Host *
54 SendEnv LANG LC_* 54 SendEnv LANG LC_*
55 HashKnownHosts yes 55 HashKnownHosts yes
56 GSSAPIAuthentication yes 56 GSSAPIAuthentication yes
57 GSSAPIDelegateCredentials no