summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 16:36:17 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 16:36:17 +0000
commit1c0fd09d15ac74eafe4c1fd75e6dbe295a47c7f3 (patch)
tree5cab0b2a3fba426b422e957a628d559cd878959e /sshd.8
parent91e9868e4ff0f5cd4e202282b66fbb2fbcc7c2e9 (diff)
- stevesk@cvs.openbsd.org 2001/08/16 20:14:57
[ssh.1 sshd.8] document case sensitivity for ssh, sshd and key file options and arguments; ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.811
1 files changed, 7 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index 49d81449a..ab0a513af 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.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
293on the command line). 293on the command line).
294The file contains keyword-value pairs, one per line. 294The file contains keyword-argument pairs, one per line.
295Lines starting with 295Lines starting with
296.Ql # 296.Ql #
297and empty lines are interpreted as comments. 297and empty lines are interpreted as comments.
298.Pp 298.Pp
299The following keywords are possible. 299The possible
300keywords and their meanings are as follows (note that
301keywords 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
302Specifies whether an AFS token may be forwarded to the server. 304Specifies whether an AFS token may be forwarded to the server.
@@ -947,7 +949,8 @@ file and edit it.
947The options (if present) consist of comma-separated option 949The options (if present) consist of comma-separated option
948specifications. 950specifications.
949No spaces are permitted, except within double quotes. 951No spaces are permitted, except within double quotes.
950The following option specifications are supported: 952The following option specifications are supported (note
953that 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"
953Specifies that in addition to RSA authentication, the canonical name 956Specifies that in addition to RSA authentication, the canonical name