diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 6 | ||||
-rw-r--r-- | ssh_config.5 | 6 | ||||
-rw-r--r-- | sshd.8 | 8 | ||||
-rw-r--r-- | sshd_config.5 | 8 |
5 files changed, 18 insertions, 15 deletions
@@ -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 | ||
170 | 20060313 | 173 | 20060313 |
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 $ |
@@ -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. | |||
569 | Force pseudo-tty allocation. | 569 | Force pseudo-tty allocation. |
570 | This can be used to execute arbitrary | 570 | This can be used to execute arbitrary |
571 | screen-based programs on a remote machine, which can be very useful, | 571 | screen-based programs on a remote machine, which can be very useful, |
572 | e.g., when implementing menu services. | 572 | e.g. when implementing menu services. |
573 | Multiple | 573 | Multiple |
574 | .Fl t | 574 | .Fl t |
575 | options force tty allocation, even if | 575 | options force tty allocation, even if |
@@ -1178,7 +1178,7 @@ If the current session has no tty, | |||
1178 | this variable is not set. | 1178 | this variable is not set. |
1179 | .It Ev TZ | 1179 | .It Ev TZ |
1180 | This variable is set to indicate the present time zone if it | 1180 | This variable is set to indicate the present time zone if it |
1181 | was set when the daemon was started (i.e., the daemon passes the value | 1181 | was set when the daemon was started (i.e. the daemon passes the value |
1182 | on to new connections). | 1182 | on to new connections). |
1183 | .It Ev USER | 1183 | .It Ev USER |
1184 | Set to the name of the user logging in. | 1184 | Set 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 | |||
138 | keyword) to be only for those hosts that match one of the patterns | 138 | keyword) to be only for those hosts that match one of the patterns |
139 | given after the keyword. | 139 | given after the keyword. |
140 | A single | 140 | A single |
141 | .Ql \&* | 141 | .Ql * |
142 | as a pattern can be used to provide global | 142 | as a pattern can be used to provide global |
143 | defaults for all hosts. | 143 | defaults for all hosts. |
144 | The host is the | 144 | The host is the |
145 | .Ar hostname | 145 | .Ar hostname |
146 | argument given on the command line (i.e., the name is not converted to | 146 | argument given on the command line (i.e. the name is not converted to |
147 | a canonicalized host name before matching). | 147 | a canonicalized host name before matching). |
148 | .Pp | 148 | .Pp |
149 | See | 149 | See |
@@ -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 |
82 | rereads its configuration file when it receives a hangup signal, | 82 | rereads its configuration file when it receives a hangup signal, |
83 | .Dv SIGHUP , | 83 | .Dv SIGHUP , |
84 | by executing itself with the name and options it was started with, e.g., | 84 | by 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 |
87 | The options are as follows: | 87 | The options are as follows: |
@@ -154,7 +154,7 @@ is normally not run | |||
154 | from inetd because it needs to generate the server key before it can | 154 | from inetd because it needs to generate the server key before it can |
155 | respond to the client, and this may take tens of seconds. | 155 | respond to the client, and this may take tens of seconds. |
156 | Clients would have to wait too long if the key was regenerated every time. | 156 | Clients would have to wait too long if the key was regenerated every time. |
157 | However, with small key sizes (e.g., 512) using | 157 | However, with small key sizes (e.g. 512) using |
158 | .Nm | 158 | .Nm |
159 | from inetd may | 159 | from inetd may |
160 | be feasible. | 160 | be feasible. |
@@ -519,7 +519,7 @@ authentication. | |||
519 | .It Cm no-port-forwarding | 519 | .It Cm no-port-forwarding |
520 | Forbids TCP forwarding when this key is used for authentication. | 520 | Forbids TCP forwarding when this key is used for authentication. |
521 | Any port forward requests by the client will return an error. | 521 | Any port forward requests by the client will return an error. |
522 | This might be used, e.g., in connection with the | 522 | This might be used, e.g. in connection with the |
523 | .Cm command | 523 | .Cm command |
524 | option. | 524 | option. |
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 | |||
72 | for how to configure the client. | 72 | for how to configure the client. |
73 | Note that environment passing is only supported for protocol 2. | 73 | Note that environment passing is only supported for protocol 2. |
74 | Variables are specified by name, which may contain the wildcard characters | 74 | Variables are specified by name, which may contain the wildcard characters |
75 | .Ql \&* | 75 | .Ql * |
76 | and | 76 | and |
77 | .Ql \&? . | 77 | .Ql \&? . |
78 | Multiple environment variables may be separated by whitespace or spread | 78 | Multiple environment variables may be separated by whitespace or spread |
@@ -456,7 +456,7 @@ The default is 10. | |||
456 | Alternatively, random early drop can be enabled by specifying | 456 | Alternatively, random early drop can be enabled by specifying |
457 | the three colon separated values | 457 | the 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 |
461 | will refuse connection attempts with a probability of | 461 | will refuse connection attempts with a probability of |
462 | .Dq rate/100 | 462 | .Dq rate/100 |
@@ -612,7 +612,7 @@ directory or files world-writable. | |||
612 | The default is | 612 | The default is |
613 | .Dq yes . | 613 | .Dq yes . |
614 | .It Cm Subsystem | 614 | .It Cm Subsystem |
615 | Configures an external subsystem (e.g., file transfer daemon). | 615 | Configures an external subsystem (e.g. file transfer daemon). |
616 | Arguments should be a subsystem name and a command to execute upon subsystem | 616 | Arguments should be a subsystem name and a command to execute upon subsystem |
617 | request. | 617 | request. |
618 | The command | 618 | The command |