summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config8
1 files changed, 7 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config
index 1ff999b68..8a55237b9 100644
--- a/ssh_config
+++ b/ssh_config
@@ -17,9 +17,12 @@
17# list of available options, their meanings and defaults, please see the 17# list of available options, their meanings and defaults, please see the
18# ssh_config(5) man page. 18# ssh_config(5) man page.
19 19
20# Host * 20Include /etc/ssh/ssh_config.d/*.conf
21
22Host *
21# ForwardAgent no 23# ForwardAgent no
22# ForwardX11 no 24# ForwardX11 no
25# ForwardX11Trusted yes
23# PasswordAuthentication yes 26# PasswordAuthentication yes
24# HostbasedAuthentication no 27# HostbasedAuthentication no
25# GSSAPIAuthentication no 28# GSSAPIAuthentication no
@@ -45,3 +48,6 @@
45# VisualHostKey no 48# VisualHostKey no
46# ProxyCommand ssh -q -W %h:%p gateway.example.com 49# ProxyCommand ssh -q -W %h:%p gateway.example.com
47# RekeyLimit 1G 1h 50# RekeyLimit 1G 1h
51 SendEnv LANG LC_*
52 HashKnownHosts yes
53 GSSAPIAuthentication yes