Skip to content

Commit 60cc4ab

Browse files
added authentication chapter
1 parent 32a4b15 commit 60cc4ab

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,41 @@
1+
/* Quickstart */
12
#docs-nav .toctree-l1:nth-child(1):before,
23
#docs-cards .toctree-l1:nth-child(1) i:before {
34
font-family: FontAwesome;
45
content: "\f135";
56
}
67

8+
/* SSH fingerprints */
79
#docs-nav .toctree-l1:nth-child(2):before,
810
#docs-cards .toctree-l1:nth-child(2) i:before {
911
font-family: FontAwesome;
1012
content: "\f577";
1113
}
1214

15+
/* Authentication */
1316
#docs-nav .toctree-l1:nth-child(3):before,
1417
#docs-cards .toctree-l1:nth-child(3) i:before {
1518
font-family: FontAwesome;
16-
content: "\f0e8";
19+
content: "\f502";
1720
}
1821

22+
/* Advanced usage */
1923
#docs-nav .toctree-l1:nth-child(4):before,
2024
#docs-cards .toctree-l1:nth-child(4) i:before {
2125
font-family: FontAwesome;
22-
content: "\f542";
26+
content: "\f0e8";
2327
}
2428

29+
/* Port Forwarding */
2530
#docs-nav .toctree-l1:nth-child(5):before,
2631
#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 {
2739
font-family: FontAwesome;
2840
content: "\f714";
2941
}

doc/authentication.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Authentication
2+
==============

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SSH-MITM Docs - Main Page
77

88
quickstart
99
fingerprint
10+
authentication
1011
advanced-usage
1112
portforwarding
1213
ssh_vulnerabilities

0 commit comments

Comments
 (0)