diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-18 12:50:30 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-18 12:50:30 +0200 |
commit | 20a8f97b034df418d0e5e04b11000b44ab07e628 (patch) | |
tree | f5bf1076934a1f5724d2f267a4b9921693746b81 /ssh_config | |
parent | - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in (diff) | |
download | openssh-20a8f97b034df418d0e5e04b11000b44ab07e628.tar.xz openssh-20a8f97b034df418d0e5e04b11000b44ab07e628.zip |
- 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_config | 3 |
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 @@ -# $OpenBSD: ssh_config,v 1.17 2003/05/15 14:55:25 djm Exp $ +# $OpenBSD: ssh_config,v 1.18 2003/05/16 03:27:12 djm Exp $ # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for @@ -25,6 +25,7 @@ # HostbasedAuthentication no # BatchMode no # CheckHostIP yes +# AddressFamily any # ConnectTimeout 0 # StrictHostKeyChecking ask # IdentityFile ~/.ssh/identity |