I’ve been working on the site

Just a quick update. I restructured the site and been cleaning it up and getting the technicalities sorted out. I also improved the looks a little. The contact page is updated and out of maintenance. I also got rid of as much of externally loaded content as possible. Now everything [...]

By |2019-10-11T23:46:46+02:00September 18th, 2019|Meta|2 Comments

How to SSH with GPG (and smart card)

Useful to use SSH securely using a smart card / hardware token / yubikey / etc. Prerequisites Of course, you need to have GPG installed on your system, and possibly some drivers and applications to support your smart card / hardware token if used. This guide assumes you already have [...]

By |2021-05-16T19:46:47+02:00September 13th, 2019|Tech Support, Wiki|0 Comments

Hardened GPG config

This is just a quick post to share a hardened gpg.conf Usually stored in ~/.gnupg/gpg.conf personal-cipher-preferences AES256 AES192 AES personal-digest-preferences SHA512 SHA384 SHA256 personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed cert-digest-algo SHA512 s2k-digest-algo SHA512 s2k-cipher-algo AES256 charset utf-8 fixed-list-mode no-comments no-emit-version [...]

By |2019-09-13T09:56:16+02:00September 13th, 2019|Tech Support, Wiki|0 Comments
Go to Top