diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-24 18:37:57 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-24 18:37:57 +0400 |
commit | dd71f019de0314f7b3f2ae1e0aa920e49e9f2759 (patch) | |
tree | 5b8513c4f2e7959eb45de75d93f331506b1cbd43 /content/keys/index.md | |
parent | 014901951cc44a70ff3d4aaa4246592b08699d69 (diff) |
refactor: everything chageddev
Diffstat (limited to 'content/keys/index.md')
-rw-r--r-- | content/keys/index.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/content/keys/index.md b/content/keys/index.md new file mode 100644 index 0000000..e728b61 --- /dev/null +++ b/content/keys/index.md @@ -0,0 +1,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) |