summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-24 14:55:16 +1100
committerDamien Miller <djm@mindrot.org>2005-12-24 14:55:16 +1100
commitd7f308f6d8b3583d8c97fa71cfb9b10f07ee5418 (patch)
tree534548c52ae50776606206cc1a970c758465be0b /sshd.8
parent1530f2431ce107abc29f1926badf84a28bb43b86 (diff)
- stevesk@cvs.openbsd.org 2005/12/21 22:44:26
[sshd.8] clarify precedence of -p, Port, ListenAddress; ok and help jmc@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.810
1 files changed, 7 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index 53eddcdfb..ee6e7d797 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.209 2005/12/06 22:38:28 reyk Exp $ 37.\" $OpenBSD: sshd.8,v 1.210 2005/12/21 22:44:26 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -288,8 +288,12 @@ For full details of the options, and their values, see
288Specifies the port on which the server listens for connections 288Specifies the port on which the server listens for connections
289(default 22). 289(default 22).
290Multiple port options are permitted. 290Multiple port options are permitted.
291Ports specified in the configuration file are ignored when a 291Ports specified in the configuration file with the
292command-line port is specified. 292.Cm Port
293option are ignored when a command-line port is specified.
294Ports specified using the
295.Cm ListenAddress
296option override command-line ports.
293.It Fl q 297.It Fl q
294Quiet mode. 298Quiet mode.
295Nothing is sent to the system log. 299Nothing is sent to the system log.