April 2024

Securing TrueNAS Scale with key-based Authentication

Note that SSH is considered insecure, but if you must log into the console remotely, then using keys is more secure than passwords. A key pair is cryptographically stronger than any password you could type, and disabling password login entirely means that even a leaked password cannot be used to access your NAS remotely. 1. […]

Securing TrueNAS Scale with key-based Authentication Read More »

Installing TrueNAS Scale

TrueNAS SCALE is an open-source, Debian-based NAS (Network Attached Storage) operating system, designed for scalability, sharing, and protection of data. It’s a versatile platform suitable for personal, small-business, and enterprise-level applications. In this blog post, we’ll walk you through the step-by-step process of installing TrueNAS SCALE on a new PC, turning it into a powerful

Installing TrueNAS Scale Read More »

How to generate a Public/Private key pair using PuTTY

1. Prerequisites Install PuTTY on a Windows device. (Follow my guide here.)  2. Start PuTTYgen Start PuTTYgen (this will have been installed as part of the PuTTY install)  3. Choose the type of key to generate The choice here is between RSA and EdDSA, the trade-off is between performance and compatibility. RSA is universally supported

How to generate a Public/Private key pair using PuTTY Read More »

Scroll to Top