summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-01-20 10:57:56 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-01-20 10:57:56 +1100
commit0f3832322230ebc4b0fe5a2aca5cf9aaa8b0c3c1 (patch)
tree636c57585769866a43d63c1f15e92930b07b4007 /sshd_config
parent7cfeecf67008d5135718806fab6bda7f353e5f59 (diff)
- djm@cvs.openbsd.org 2004/12/23 23:11:00
[servconf.c servconf.h sshd.c sshd_config sshd_config.5] bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz; ok deraadt@
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config
index 65e6f1c32..53ae9942e 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.69 2004/05/23 23:59:53 dtucker Exp $ 1# $OpenBSD: sshd_config,v 1.70 2004/12/23 23:11:00 djm Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -12,6 +12,7 @@
12 12
13#Port 22 13#Port 22
14#Protocol 2,1 14#Protocol 2,1
15#AddressFamily any
15#ListenAddress 0.0.0.0 16#ListenAddress 0.0.0.0
16#ListenAddress :: 17#ListenAddress ::
17 18