pahakala

u/pahakala@lemmy.world
7 posts · 14 comments

Recent posts

Recent comments

do you have two or more yubikeys? how do you handle sites that only allow registering a single webauthn dongle? how do you handle backup 2fa?

loosing my yubikey is the main reason why i havent used it yet for webauthn. I just use pass and openpgp keys stored on the yubikey as that way it was possible to backup the encryption private key to a seperate usb drive that can be used to restore it later if needed.

i see you have not tried to configure and debug dynamic split dns setups that are very common in enterprise vpn world.

before systemd-resolved you had to use dnsmasq running on localhost with bunch of shell scripts to reconfigure it when vpn interfaces come and go for split horizon dns to work propperly.

now with systemd-resolved you can easily tell it what dns prefixes are handeled by what dns server and everything is nicely cleaned up after vpn goes down.

systemd is one of the best things that has happened with linux. Instead of random shell scripts that work differently on each distro, now you have a single ini conf file for your service that configures automatic restarts, sandboxing and activation in a easy to use way.

Maybe a bit different but I quite like WikiJS https://js.wiki/

I have it setup to use PostgreSQL and its built in text search engine and every page is also saved into a git repository.

I have quite a lot of notes written there over the years and im pretty happy with it.