summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:56:03 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:56:03 +1100
commit208f1ed6f180cc0cfd3ab59d0b1c33796cc4c641 (patch)
tree20e8ace876275087f78df87d39442f76a837f674
parent1faa7133233075776c83a71b427d19e35790280e (diff)
- jmc@cvs.openbsd.org 2006/02/24 20:31:31
[ssh.1 ssh_config.5 sshd.8 sshd_config.5] more consistency fixes;
-rw-r--r--ChangeLog5
-rw-r--r--ssh.16
-rw-r--r--ssh_config.56
-rw-r--r--sshd.88
-rw-r--r--sshd_config.58
5 files changed, 18 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 730634ce7..b24ca1887 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -166,6 +166,9 @@
166 - jmc@cvs.openbsd.org 2006/02/24 20:22:16 166 - jmc@cvs.openbsd.org 2006/02/24 20:22:16
167 [ssh-keysign.8 ssh_config.5 sshd_config.5] 167 [ssh-keysign.8 ssh_config.5 sshd_config.5]
168 some consistency fixes; 168 some consistency fixes;
169 - jmc@cvs.openbsd.org 2006/02/24 20:31:31
170 [ssh.1 ssh_config.5 sshd.8 sshd_config.5]
171 more consistency fixes;
169 172
17020060313 17320060313
171 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) 174 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -4067,4 +4070,4 @@
4067 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4070 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4068 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4071 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4069 4072
4070$Id: ChangeLog,v 1.4186 2006/03/15 00:55:31 djm Exp $ 4073$Id: ChangeLog,v 1.4187 2006/03/15 00:56:03 djm Exp $
diff --git a/ssh.1 b/ssh.1
index b9bbe0bd6..e66ad9e88 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.256 2006/02/15 16:53:20 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.257 2006/02/24 20:31:30 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -569,7 +569,7 @@ Disable pseudo-tty allocation.
569Force pseudo-tty allocation. 569Force pseudo-tty allocation.
570This can be used to execute arbitrary 570This can be used to execute arbitrary
571screen-based programs on a remote machine, which can be very useful, 571screen-based programs on a remote machine, which can be very useful,
572e.g., when implementing menu services. 572e.g. when implementing menu services.
573Multiple 573Multiple
574.Fl t 574.Fl t
575options force tty allocation, even if 575options force tty allocation, even if
@@ -1178,7 +1178,7 @@ If the current session has no tty,
1178this variable is not set. 1178this variable is not set.
1179.It Ev TZ 1179.It Ev TZ
1180This variable is set to indicate the present time zone if it 1180This variable is set to indicate the present time zone if it
1181was set when the daemon was started (i.e., the daemon passes the value 1181was set when the daemon was started (i.e. the daemon passes the value
1182on to new connections). 1182on to new connections).
1183.It Ev USER 1183.It Ev USER
1184Set to the name of the user logging in. 1184Set to the name of the user logging in.
diff --git a/ssh_config.5 b/ssh_config.5
index 5905d4c90..66c9ed3f5 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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_config.5,v 1.82 2006/02/24 20:22:16 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.83 2006/02/24 20:31:31 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -138,12 +138,12 @@ Restricts the following declarations (up to the next
138keyword) to be only for those hosts that match one of the patterns 138keyword) to be only for those hosts that match one of the patterns
139given after the keyword. 139given after the keyword.
140A single 140A single
141.Ql \&* 141.Ql *
142as a pattern can be used to provide global 142as a pattern can be used to provide global
143defaults for all hosts. 143defaults for all hosts.
144The host is the 144The host is the
145.Ar hostname 145.Ar hostname
146argument given on the command line (i.e., the name is not converted to 146argument given on the command line (i.e. the name is not converted to
147a canonicalized host name before matching). 147a canonicalized host name before matching).
148.Pp 148.Pp
149See 149See
diff --git a/sshd.8 b/sshd.8
index d09dc4e99..0bfd68505 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.229 2006/02/24 10:39:52 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.230 2006/02/24 20:31:31 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -81,7 +81,7 @@ configuration file.
81.Nm 81.Nm
82rereads its configuration file when it receives a hangup signal, 82rereads its configuration file when it receives a hangup signal,
83.Dv SIGHUP , 83.Dv SIGHUP ,
84by executing itself with the name and options it was started with, e.g., 84by executing itself with the name and options it was started with, e.g.\&
85.Pa /usr/sbin/sshd . 85.Pa /usr/sbin/sshd .
86.Pp 86.Pp
87The options are as follows: 87The options are as follows:
@@ -154,7 +154,7 @@ is normally not run
154from inetd because it needs to generate the server key before it can 154from inetd because it needs to generate the server key before it can
155respond to the client, and this may take tens of seconds. 155respond to the client, and this may take tens of seconds.
156Clients would have to wait too long if the key was regenerated every time. 156Clients would have to wait too long if the key was regenerated every time.
157However, with small key sizes (e.g., 512) using 157However, with small key sizes (e.g. 512) using
158.Nm 158.Nm
159from inetd may 159from inetd may
160be feasible. 160be feasible.
@@ -519,7 +519,7 @@ authentication.
519.It Cm no-port-forwarding 519.It Cm no-port-forwarding
520Forbids TCP forwarding when this key is used for authentication. 520Forbids TCP forwarding when this key is used for authentication.
521Any port forward requests by the client will return an error. 521Any port forward requests by the client will return an error.
522This might be used, e.g., in connection with the 522This might be used, e.g. in connection with the
523.Cm command 523.Cm command
524option. 524option.
525.It Cm no-pty 525.It Cm no-pty
diff --git a/sshd_config.5 b/sshd_config.5
index caeddf603..642e1fa29 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -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_config.5,v 1.50 2006/02/24 20:22:16 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.51 2006/02/24 20:31:31 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -72,7 +72,7 @@ in
72for how to configure the client. 72for how to configure the client.
73Note that environment passing is only supported for protocol 2. 73Note that environment passing is only supported for protocol 2.
74Variables are specified by name, which may contain the wildcard characters 74Variables are specified by name, which may contain the wildcard characters
75.Ql \&* 75.Ql *
76and 76and
77.Ql \&? . 77.Ql \&? .
78Multiple environment variables may be separated by whitespace or spread 78Multiple environment variables may be separated by whitespace or spread
@@ -456,7 +456,7 @@ The default is 10.
456Alternatively, random early drop can be enabled by specifying 456Alternatively, random early drop can be enabled by specifying
457the three colon separated values 457the three colon separated values
458.Dq start:rate:full 458.Dq start:rate:full
459(e.g., "10:30:60"). 459(e.g. "10:30:60").
460.Nm sshd 460.Nm sshd
461will refuse connection attempts with a probability of 461will refuse connection attempts with a probability of
462.Dq rate/100 462.Dq rate/100
@@ -612,7 +612,7 @@ directory or files world-writable.
612The default is 612The default is
613.Dq yes . 613.Dq yes .
614.It Cm Subsystem 614.It Cm Subsystem
615Configures an external subsystem (e.g., file transfer daemon). 615Configures an external subsystem (e.g. file transfer daemon).
616Arguments should be a subsystem name and a command to execute upon subsystem 616Arguments should be a subsystem name and a command to execute upon subsystem
617request. 617request.
618The command 618The command