diff options
author | 2001-08-16 20:14:57 +0000 | |
---|---|---|
committer | 2001-08-16 20:14:57 +0000 | |
commit | b07e271b38af5e11afdb785498a3580ca82c9575 (patch) | |
tree | 45f4881a72c9168656171359ee8879ab868a6fd6 | |
parent | no options yet (diff) | |
download | wireguard-openbsd-b07e271b38af5e11afdb785498a3580ca82c9575.tar.xz wireguard-openbsd-b07e271b38af5e11afdb785498a3580ca82c9575.zip |
document case sensitivity for ssh, sshd and key file
options and arguments; ok markus@
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 | ||||
-rw-r--r-- | usr.bin/ssh/sshd.8 | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 8166bddda0a..7d1e089aae8 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -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: ssh.1,v 1.127 2001/08/14 17:54:29 stevesk Exp $ +.\" $OpenBSD: ssh.1,v 1.128 2001/08/16 20:14:57 stevesk Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -651,8 +651,8 @@ and option. .Pp The possible -keywords and their meanings are as follows (note that the -configuration files are case-sensitive): +keywords and their meanings are as follows (note that +keywords are case-insensitive and arguments are case-sensitive): .Bl -tag -width Ds .It Cm Host Restricts the following declarations (up to the next diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 0de0db2c89a..7820dd6d3da 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.140 2001/08/16 19:18:34 jakob Exp $ +.\" $OpenBSD: sshd.8,v 1.141 2001/08/16 20:14:57 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -291,12 +291,14 @@ reads configuration data from (or the file specified with .Fl f on the command line). -The file contains keyword-value pairs, one per line. +The file contains keyword-argument pairs, one per line. Lines starting with .Ql # and empty lines are interpreted as comments. .Pp -The following keywords are possible. +The possible +keywords and their meanings are as follows (note that +keywords are case-insensitive and arguments are case-sensitive): .Bl -tag -width Ds .It Cm AFSTokenPassing Specifies whether an AFS token may be forwarded to the server. @@ -939,7 +941,8 @@ file and edit it. The options (if present) consist of comma-separated option specifications. No spaces are permitted, except within double quotes. -The following option specifications are supported: +The following option specifications are supported (note +that option keywords are case-insensitive): .Bl -tag -width Ds .It Cm from="pattern-list" Specifies that in addition to RSA authentication, the canonical name |