commit: 19c3fc4e17344cd953227431e46e23338bb156d6
parent: 4d8e2e6fd3fc5c475084fe5db7c8cbc8a58a16e6
author: Chris Noxz <chris@noxz.tech>
date: Fri, 4 Oct 2019 19:36:35 +0200
Add instructions about ssh key
1 file changed, 5 insertions(+)
diff --git a/noxz.tech/index.md b/noxz.tech/index.md
@@ -62,6 +62,11 @@ Public keys
+ [GPG public key](//noxz.tech/pub/gpg-public-key.asc)
+ [SSH public key](//noxz.tech/pub/chrisnoxz.pub)
+
+ mkdir -p ~/.ssh;\
+ curl https://noxz.tech/pub/chrisnoxz.pub >> ~/.ssh/authorized_keys
+
+
{: class="center"}
Happy hacking!