This commit is contained in:
Christer Warén
2024-05-30 22:04:55 +03:00
parent b5ac4e724d
commit 5934fc7c0b
3 changed files with 82 additions and 12 deletions

10
docs/ssh-keys.md Normal file
View File

@@ -0,0 +1,10 @@
# SSH Keys
## 🌐 Public
```
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPW5phGhwAG8dmT+sR0uF1gRc0X9xXZiiFxvKUEsPk1N cwchristerw
```
You can grant me access to your device with adding this SSH key to your .ssh/authorized_keys file.
<a href="https://github.com/cwchristerw">Return to profile</a>