File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ /* Quickstart */
1
2
# docs-nav .toctree-l1 : nth-child (1 ): before ,
2
3
# docs-cards .toctree-l1 : nth-child (1 ) i : before {
3
4
font-family : FontAwesome;
4
5
content : "\f135" ;
5
6
}
6
7
8
+ /* SSH fingerprints */
7
9
# docs-nav .toctree-l1 : nth-child (2 ): before ,
8
10
# docs-cards .toctree-l1 : nth-child (2 ) i : before {
9
11
font-family : FontAwesome;
10
12
content : "\f577" ;
11
13
}
12
14
15
+ /* Authentication */
13
16
# docs-nav .toctree-l1 : nth-child (3 ): before ,
14
17
# docs-cards .toctree-l1 : nth-child (3 ) i : before {
15
18
font-family : FontAwesome;
16
- content : "\f0e8 " ;
19
+ content : "\f502 " ;
17
20
}
18
21
22
+ /* Advanced usage */
19
23
# docs-nav .toctree-l1 : nth-child (4 ): before ,
20
24
# docs-cards .toctree-l1 : nth-child (4 ) i : before {
21
25
font-family : FontAwesome;
22
- content : "\f542 " ;
26
+ content : "\f0e8 " ;
23
27
}
24
28
29
+ /* Port Forwarding */
25
30
# docs-nav .toctree-l1 : nth-child (5 ): before ,
26
31
# docs-cards .toctree-l1 : nth-child (5 ) i : before {
32
+ font-family : FontAwesome;
33
+ content : "\f542" ;
34
+ }
35
+
36
+ /* SSH Vurnabilities */
37
+ # docs-nav .toctree-l1 : nth-child (6 ): before ,
38
+ # docs-cards .toctree-l1 : nth-child (6 ) i : before {
27
39
font-family : FontAwesome;
28
40
content : "\f714" ;
29
41
}
Original file line number Diff line number Diff line change
1
+ Authentication
2
+ ==============
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ SSH-MITM Docs - Main Page
7
7
8
8
quickstart
9
9
fingerprint
10
+ authentication
10
11
advanced-usage
11
12
portforwarding
12
13
ssh_vulnerabilities
You can’t perform that action at this time.
0 commit comments