In the previous post, I discussed how to set up SSH CA and use it to access remote hosts. In that, I briefly mentioned auto-renewal abilities. This is a crucial step to take as usual certificates by SmallStep only last for about a month. The renewal process is quite easy, just the following line. In… Continue reading Step CA: Add Auto-Renew to Host certificates
Tag: SSH
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