This file is indexed.

/usr/lib/tiger/doc/ssh.html is in tiger 1:3.2.3-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<HR><PRE>








</PRE><HR>
<CENTER><H2> Documents for ssh</H2></CENTER>
<A NAME="ssh001w"><P><B>Code [ssh001w]</B><P>
The Protocol directive in the sshd_config file is not in the
allowed protocol list.
<PRE>










</PRE><HR>
<A NAME="ssh002w"><P><B>Code [ssh002w]</B><P>
The PermitRootLogin directive is not in the allowed methods
list. This directive controls how root is allowed to use SSH.
Valid options are: yes, without-password, forced-commands-only,
and no.
<PRE>










</PRE><HR>
<A NAME="ssh003w"><P><B>Code [ssh003w]</B><P>
The RhostsAuthentication directive determines if .rhosts or
/etc/hosts.equiv is sufficient authentication. This option
only applies to protocol version 1 and is generally believed
to be insecure.
<PRE>










</PRE><HR>
<A NAME="ssh004w"><P><B>Code [ssh004w]</B><P>
The PasswordAuthentication directive determines if passwords
are a sufficient authentication.
<PRE>










</PRE><HR>
<A NAME="ssh005e"><P><B>Code [ssh005e]</B><P>
The variable SSHD_CONFIG is not defined which means that you have
not setup (or the system has been enable to find) your SSH configuration
files. You should setup that variable in your site-`hostname`
configuration file.