Skip to content

Commit 1ca1755

Browse files
Update ssh.md
1 parent e87a358 commit 1ca1755

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/ssh.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# SSH
1+
---
2+
tags:
3+
- linux
4+
---
5+
# :material-ssh: SSH
26

37
```shell
48
sudo apt install ssh-import-id
@@ -12,7 +16,7 @@ chmod 0700 ~/.ssh
1216
ssh-import-id-gh nicholaswilde
1317
```
1418

15-
## Authentication
19+
## :key: Authentication
1620

1721
```bash
1822
# /etc/ssh/sshd_config
@@ -22,7 +26,7 @@ PubkeyAuthentication yes
2226
...
2327
```
2428

25-
## [Verify that Keys Match][1]
29+
## :material-check-bold: [Verify that Keys Match][1]
2630

2731
Use the following command, to test both files. The output of the command will show the 'signature' of both files. When
2832
the 'signature' matches, they show the public key and private key are both valid and match.

0 commit comments

Comments
 (0)