summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-16 11:39:04 +1000
committerDamien Miller <djm@mindrot.org>2003-05-16 11:39:04 +1000
commitb78d5eb6c58d54fb9972afe487ad94e63cc7d5c7 (patch)
tree8f40c7da74a5718e2d4c69919c2211049bcb0f77 /ssh_config
parent99b4b88aba7131f04439ac6baaaae4dde02aa965 (diff)
- djm@cvs.openbsd.org 2003/05/15 14:55:25
[readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c] add a ConnectTimeout option to ssh, based on patch from Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config
index 94cffbf39..8a0acc17f 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh_config,v 1.16 2002/07/03 14:21:05 markus Exp $ 1# $OpenBSD: ssh_config,v 1.17 2003/05/15 14:55:25 djm 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,7 @@
25# HostbasedAuthentication no 25# HostbasedAuthentication no
26# BatchMode no 26# BatchMode no
27# CheckHostIP yes 27# CheckHostIP yes
28# ConnectTimeout 0
28# StrictHostKeyChecking ask 29# StrictHostKeyChecking ask
29# IdentityFile ~/.ssh/identity 30# IdentityFile ~/.ssh/identity
30# IdentityFile ~/.ssh/id_rsa 31# IdentityFile ~/.ssh/id_rsa