summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-18 20:50:30 +1000
committerDamien Miller <djm@mindrot.org>2003-05-18 20:50:30 +1000
commit20a8f97b034df418d0e5e04b11000b44ab07e628 (patch)
treef5bf1076934a1f5724d2f267a4b9921693746b81 /ssh_config
parent25d9342f04249e3af01058bb9ba2a539f928bab0 (diff)
- djm@cvs.openbsd.org 2003/05/16 03:27:12
[readconf.c ssh_config ssh_config.5 ssh-keysign.c] add AddressFamily option to ssh_config (like -4, -6 on commandline). Portable bug #534; 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 8a0acc17f..721e374e0 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh_config,v 1.17 2003/05/15 14:55:25 djm Exp $ 1# $OpenBSD: ssh_config,v 1.18 2003/05/16 03:27:12 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# AddressFamily any
28# ConnectTimeout 0 29# ConnectTimeout 0
29# StrictHostKeyChecking ask 30# StrictHostKeyChecking ask
30# IdentityFile ~/.ssh/identity 31# IdentityFile ~/.ssh/identity