summaryrefslogtreecommitdiff
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
parent1530f2431ce107abc29f1926badf84a28bb43b86 (diff)
- stevesk@cvs.openbsd.org 2005/12/21 22:44:26
[sshd.8] clarify precedence of -p, Port, ListenAddress; ok and help jmc@
-rw-r--r--ChangeLog5
-rw-r--r--ssh.17
-rw-r--r--sshd.810
3 files changed, 15 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fd581232..645feffc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@
23 [ssh.1] 23 [ssh.1]
24 -Y does X11 forwarding too; 24 -Y does X11 forwarding too;
25 ok markus 25 ok markus
26 - stevesk@cvs.openbsd.org 2005/12/21 22:44:26
27 [sshd.8]
28 clarify precedence of -p, Port, ListenAddress; ok and help jmc@
26 29
2720051220 3020051220
28 - (dtucker) OpenBSD CVS Sync 31 - (dtucker) OpenBSD CVS Sync
@@ -3525,4 +3528,4 @@
3525 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3528 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3526 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3529 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3527 3530
3528$Id: ChangeLog,v 1.4045 2005/12/24 03:54:03 djm Exp $ 3531$Id: ChangeLog,v 1.4046 2005/12/24 03:55:16 djm Exp $
diff --git a/ssh.1 b/ssh.1
index 2cf222234..36abe684a 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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: ssh.1,v 1.226 2005/12/21 11:57:25 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.227 2005/12/21 12:53:31 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -851,9 +851,10 @@ If the
851variable is set to 851variable is set to
852.Dq yes 852.Dq yes
853(or see the description of the 853(or see the description of the
854.Fl X 854.Fl X ,
855.Fl x ,
855and 856and
856.Fl x 857.Fl Y
857options above) 858options above)
858and the user is using X11 (the 859and the user is using X11 (the
859.Ev DISPLAY 860.Ev DISPLAY
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.