Setting SSH Key Permissions – Permission denied (publickey)

Setting SSH Key Permissions - Permission denied (publickey) If you use ssh (Secure Shell) then you have likely encountered this error. Permission denied (publickey) If you haven’t generated a key use ssh-keygen to create a key for ssh sessions. Linux Usually, your key file will be located at ~/.ssh/id_rsa.pub on UNIX based systems chmod 600 path/to/key/keyfile Windows Usually, your key file will be located at %USERPROFILE%.ssh\id_rsa.pub Run this command to enable inheritance...

Lastpass to Bitwarden – Part 1

Bitwarden has given me new hope when it comes to password management. Password management is high on my list of things I don’t want to think about, ever. I want my passwords to be secure, but I also don’t want to remember a slew of passwords. So if you’re currently using the same password for all of your accounts, I highly suggest you rethink that strategy. I’ve been using Lastpass to manage those passwords for the past several years....

Pi-hole, Synology, Docker, and you

If you haven’t heard of pi-hole, you have a Synology NAS that supports Docker, and you hate ads you’re in the right place. Pi-hole is a network-level advertisement blocker that uses DNS to kill unsavory traffic. The main benefit of it being at this level, rather than the application level, is the ability to enable advertisement blocking for your whole network. Pi-hole will block ads for anyone and all devices without having to fiddle with your devices....