summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:09:41 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:09:41 +1100
commit7d1ded4972b7143edf1cc4d051cb90b858da1531 (patch)
treef1dfe4a70cb353e8bea3a2423da5c9b565a87d77
parentda7551677b301c6fd063eb162c7d32b37723a360 (diff)
- stevesk@cvs.openbsd.org 2001/12/27 18:22:53
[sshd.8] clarify -p; ok markus@
-rw-r--r--ChangeLog5
-rw-r--r--sshd.85
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f69f3c95a..4065ce5bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,9 @@
39 [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c] 39 [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c]
40 [scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c] 40 [scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c]
41 call fatal() for openssl allocation failures 41 call fatal() for openssl allocation failures
42 - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
43 [sshd.8]
44 clarify -p; ok markus@
42 45
4320020121 4620020121
44 - (djm) Rework ssh-rand-helper: 47 - (djm) Rework ssh-rand-helper:
@@ -7186,4 +7189,4 @@
7186 - Wrote replacements for strlcpy and mkdtemp 7189 - Wrote replacements for strlcpy and mkdtemp
7187 - Released 1.0pre1 7190 - Released 1.0pre1
7188 7191
7189$Id: ChangeLog,v 1.1733 2002/01/22 12:09:22 djm Exp $ 7192$Id: ChangeLog,v 1.1734 2002/01/22 12:09:41 djm Exp $
diff --git a/sshd.8 b/sshd.8
index dafdf9a8c..03f879bb6 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.157 2001/12/19 07:18:56 deraadt Exp $ 37.\" $OpenBSD: sshd.8,v 1.158 2001/12/27 18:22:53 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -245,6 +245,9 @@ command-line flag.
245.It Fl p Ar port 245.It Fl p Ar port
246Specifies the port on which the server listens for connections 246Specifies the port on which the server listens for connections
247(default 22). 247(default 22).
248Multiple port options are permitted.
249Ports specified in the configuration file are ignored when a
250command-line port is specified.
248.It Fl q 251.It Fl q
249Quiet mode. 252Quiet mode.
250Nothing is sent to the system log. 253Nothing is sent to the system log.