summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config9
1 files changed, 8 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config
index 177521caa..12bdb2b22 100644
--- a/ssh_config
+++ b/ssh_config
@@ -17,15 +17,18 @@
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 * 20Host *
21# ForwardAgent no 21# ForwardAgent no
22# ForwardX11 no 22# ForwardX11 no
23# ForwardX11Trusted yes
23# RhostsRSAAuthentication no 24# RhostsRSAAuthentication no
24# RSAAuthentication yes 25# RSAAuthentication yes
25# PasswordAuthentication yes 26# PasswordAuthentication yes
26# HostbasedAuthentication no 27# HostbasedAuthentication no
27# GSSAPIAuthentication no 28# GSSAPIAuthentication no
28# GSSAPIDelegateCredentials no 29# GSSAPIDelegateCredentials no
30# GSSAPIKeyExchange no
31# GSSAPITrustDNS no
29# BatchMode no 32# BatchMode no
30# CheckHostIP yes 33# CheckHostIP yes
31# AddressFamily any 34# AddressFamily any
@@ -42,3 +45,7 @@
42# Tunnel no 45# Tunnel no
43# TunnelDevice any:any 46# TunnelDevice any:any
44# PermitLocalCommand no 47# PermitLocalCommand no
48 SendEnv LANG LC_*
49 HashKnownHosts yes
50 GSSAPIAuthentication yes
51 GSSAPIDelegateCredentials no