We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87a358 commit 1ca1755Copy full SHA for 1ca1755
docs/ssh.md
@@ -1,4 +1,8 @@
1
-# SSH
+---
2
+tags:
3
+ - linux
4
5
+# :material-ssh: SSH
6
7
```shell
8
sudo apt install ssh-import-id
@@ -12,7 +16,7 @@ chmod 0700 ~/.ssh
12
16
ssh-import-id-gh nicholaswilde
13
17
```
14
18
15
-## Authentication
19
+## :key: Authentication
20
21
```bash
22
# /etc/ssh/sshd_config
@@ -22,7 +26,7 @@ PubkeyAuthentication yes
26
...
23
27
24
28
25
-## [Verify that Keys Match][1]
29
+## :material-check-bold: [Verify that Keys Match][1]
30
31
Use the following command, to test both files. The output of the command will show the 'signature' of both files. When
32
the 'signature' matches, they show the public key and private key are both valid and match.
0 commit comments