summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2001-12-27 18:22:54 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2001-12-27 18:22:54 +0000
commitbacda7cdc5ad63a478c94ef08dd9c97cd08b7d8f (patch)
treea9e7841b3c548c4d875208bcf64bf92ab658375a /usr.bin/ssh
parent2ec000d5480d557632594199897f58e3cfb6aa79 (diff)
clarify -p; ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/sshd.85
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 1051b31be5f..64e2acd2e76 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/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.