summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config6
1 files changed, 5 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config
index 9a6614398..12bdb2b22 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh_config,v 1.21 2005/12/06 22:38:27 reyk Exp $ 1# $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
2 2
3# This is the ssh client system-wide configuration file. See 3# This is the ssh client system-wide configuration file. See
4# ssh_config(5) for more information. This file provides defaults for 4# ssh_config(5) for more information. This file provides defaults for
@@ -25,6 +25,10 @@ Host *
25# RSAAuthentication yes 25# RSAAuthentication yes
26# PasswordAuthentication yes 26# PasswordAuthentication yes
27# HostbasedAuthentication no 27# HostbasedAuthentication no
28# GSSAPIAuthentication no
29# GSSAPIDelegateCredentials no
30# GSSAPIKeyExchange no
31# GSSAPITrustDNS no
28# BatchMode no 32# BatchMode no
29# CheckHostIP yes 33# CheckHostIP yes
30# AddressFamily any 34# AddressFamily any