summaryrefslogtreecommitdiff
path: root/sshd_config.5
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.5
parent7cfeecf67008d5135718806fab6bda7f353e5f59 (diff)
downloadopenssh-git-0f3832322230ebc4b0fe5a2aca5cf9aaa8b0c3c1.tar.gz
- 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.5')
-rw-r--r--sshd_config.513
1 files changed, 12 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 50b9a89b..07f91b6e 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.36 2004/09/15 03:25:41 jaredy Exp $
+.\" $OpenBSD: sshd_config.5,v 1.37 2004/12/23 23:11:00 djm Exp $
.Dd September 25, 1999
.Dt SSHD_CONFIG 5
.Os
@@ -83,6 +83,17 @@ Be warned that some environment variables could be used to bypass restricted
user environments.
For this reason, care should be taken in the use of this directive.
The default is not to accept any environment variables.
+.It Cm AddressFamily
+Specifies which address family should be used by
+.Nm sshd .
+Valid arguments are
+.Dq any ,
+.Dq inet
+(use IPv4 only) or
+.Dq inet6
+(use IPv6 only).
+The default is
+.Dq any .
.It Cm AllowGroups
This keyword can be followed by a list of group name patterns, separated
by spaces.