diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 6 | ||||
-rw-r--r-- | sshd.8 | 11 |
3 files changed, 15 insertions, 8 deletions
@@ -3,6 +3,10 @@ | |||
3 | - jakob@cvs.openbsd.org 2001/08/16 19:18:34 | 3 | - jakob@cvs.openbsd.org 2001/08/16 19:18:34 |
4 | [servconf.c servconf.h session.c sshd.8] | 4 | [servconf.c servconf.h session.c sshd.8] |
5 | deprecate CheckMail. ok markus@ | 5 | deprecate CheckMail. ok markus@ |
6 | - stevesk@cvs.openbsd.org 2001/08/16 20:14:57 | ||
7 | [ssh.1 sshd.8] | ||
8 | document case sensitivity for ssh, sshd and key file | ||
9 | options and arguments; ok markus@ | ||
6 | 10 | ||
7 | 20010815 | 11 | 20010815 |
8 | - (bal) Fixed stray code in readconf.c that went in by mistake. | 12 | - (bal) Fixed stray code in readconf.c that went in by mistake. |
@@ -6326,4 +6330,4 @@ | |||
6326 | - Wrote replacements for strlcpy and mkdtemp | 6330 | - Wrote replacements for strlcpy and mkdtemp |
6327 | - Released 1.0pre1 | 6331 | - Released 1.0pre1 |
6328 | 6332 | ||
6329 | $Id: ChangeLog,v 1.1485 2001/09/12 16:32:14 mouring Exp $ | 6333 | $Id: ChangeLog,v 1.1486 2001/09/12 16:36:17 mouring 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.127 2001/08/14 17:54:29 stevesk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.128 2001/08/16 20:14:57 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -651,8 +651,8 @@ and | |||
651 | option. | 651 | option. |
652 | .Pp | 652 | .Pp |
653 | The possible | 653 | The possible |
654 | keywords and their meanings are as follows (note that the | 654 | keywords and their meanings are as follows (note that |
655 | configuration files are case-sensitive): | 655 | keywords are case-insensitive and arguments are case-sensitive): |
656 | .Bl -tag -width Ds | 656 | .Bl -tag -width Ds |
657 | .It Cm Host | 657 | .It Cm Host |
658 | Restricts the following declarations (up to the next | 658 | Restricts the following declarations (up to the next |
@@ -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.140 2001/08/16 19:18:34 jakob Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.141 2001/08/16 20:14:57 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -291,12 +291,14 @@ reads configuration data from | |||
291 | (or the file specified with | 291 | (or the file specified with |
292 | .Fl f | 292 | .Fl f |
293 | on the command line). | 293 | on the command line). |
294 | The file contains keyword-value pairs, one per line. | 294 | The file contains keyword-argument pairs, one per line. |
295 | Lines starting with | 295 | Lines starting with |
296 | .Ql # | 296 | .Ql # |
297 | and empty lines are interpreted as comments. | 297 | and empty lines are interpreted as comments. |
298 | .Pp | 298 | .Pp |
299 | The following keywords are possible. | 299 | The possible |
300 | keywords and their meanings are as follows (note that | ||
301 | keywords are case-insensitive and arguments are case-sensitive): | ||
300 | .Bl -tag -width Ds | 302 | .Bl -tag -width Ds |
301 | .It Cm AFSTokenPassing | 303 | .It Cm AFSTokenPassing |
302 | Specifies whether an AFS token may be forwarded to the server. | 304 | Specifies whether an AFS token may be forwarded to the server. |
@@ -947,7 +949,8 @@ file and edit it. | |||
947 | The options (if present) consist of comma-separated option | 949 | The options (if present) consist of comma-separated option |
948 | specifications. | 950 | specifications. |
949 | No spaces are permitted, except within double quotes. | 951 | No spaces are permitted, except within double quotes. |
950 | The following option specifications are supported: | 952 | The following option specifications are supported (note |
953 | that option keywords are case-insensitive): | ||
951 | .Bl -tag -width Ds | 954 | .Bl -tag -width Ds |
952 | .It Cm from="pattern-list" | 955 | .It Cm from="pattern-list" |
953 | Specifies that in addition to RSA authentication, the canonical name | 956 | Specifies that in addition to RSA authentication, the canonical name |