UnRAID Server: Adding Password-less login

Non-persistent SSH access, the following will last till the next server reboot. If necessary, generate an SSH key on your Mac or Linux machines, using ssh-keygen Create an authorized_keys file for the unRAID server, using the id_rsa.pub files on all the machines which require access. Copy this file to your server’s /root/.ssh/ folder. This will… Continue reading UnRAID Server: Adding Password-less login

Have a server lying around? Install a password manager there.

Motivation Since the 2015 LastPass breach and the other security incidents had happened, I always wanted to have a secure storage solution that would not require my passwords be stored on third party servers. I have a strong fascination with CLI tools and when I stumbled upon pass(https://www.passwordstore.org/), I quickly transferred all my accounts over… Continue reading Have a server lying around? Install a password manager there.