]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2001/12/27 18:22:53
authordjm <djm>
Tue, 22 Jan 2002 12:09:41 +0000 (12:09 +0000)
committerdjm <djm>
Tue, 22 Jan 2002 12:09:41 +0000 (12:09 +0000)
     [sshd.8]
     clarify -p; ok markus@

ChangeLog
sshd.8

index 047146660369cd80fa2f29987fe27b8efd062eab..5c31b05813f059c3378acb9c032c000c30d4bda2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,9 @@
      [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c]
      [scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c]
      call fatal() for openssl allocation failures
+   - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
+     [sshd.8]
+     clarify -p; ok markus@
 
 20020121
  - (djm) Rework ssh-rand-helper:
diff --git a/sshd.8 b/sshd.8
index dafdf9a8c6122954d6c459d67490f72317c5b183..03f879bb6074909a4e8a12eeb98465bb3f3cee9c 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.157 2001/12/19 07:18:56 deraadt Exp $
+.\" $OpenBSD: sshd.8,v 1.158 2001/12/27 18:22:53 stevesk Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -245,6 +245,9 @@ command-line flag.
 .It Fl p Ar port
 Specifies the port on which the server listens for connections
 (default 22).
+Multiple port options are permitted.
+Ports specified in the configuration file are ignored when a
+command-line port is specified.
 .It Fl q
 Quiet mode.
 Nothing is sent to the system log.
This page took 0.05648 seconds and 5 git commands to generate.