View | Details | Raw Unified | Return to bug 1892
Collapse All | Expand All

(-)openssh-5.8p1/sshd_config (-1 / +1 lines)
Lines 2-18 Link Here
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.
5
5
6
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
6
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
7
7
8
# The strategy used for options in the default sshd_config shipped with
8
# The strategy used for options in the default sshd_config shipped with
9
# OpenSSH is to specify options with their default value where
9
# OpenSSH is to specify options with their default value where
10
# possible, but leave them commented.  Uncommented options change a
10
# possible, but leave them commented.  Uncommented options override the
11
# default value.
11
# default value.
12
12
13
#Port 22
13
#Port 22
14
#AddressFamily any
14
#AddressFamily any
15
#ListenAddress 0.0.0.0
15
#ListenAddress 0.0.0.0
16
#ListenAddress ::
16
#ListenAddress ::
17
17
18
# The default requires explicit activation of protocol 1
18
# The default requires explicit activation of protocol 1

Return to bug 1892