summaryrefslogtreecommitdiff
path: root/content/keys/index.md
blob: e728b61e20ecaba78b549305e5baf890bdfa163f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Public keys"
slug: "public-keys"
---

# GPG Key

### suleyman@farajli.net

-   Created: 2025-05-27
-   Expires: 2027-01-01
-   Fingerprint: AE38 55F0 F5E9 F27C 5F4D  CBC6 E340 C0B8 5F70 7B8C

Import:  
```curl https://farajli.net/keys/pubkey.asc | gpg --import```

Download: [pubkey.asc](https://farajli.net/keys/pubkey.asc)

# SSH Key

Add to authorized keys:  
`curl https://farajli.net/keys/id_ed25519.pub >> ~/.ssh/authorized_keys`

Download: [id_ed25519.pub](https://farajli.net/keys/id_ed25519.pub)