• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: January 28th, 2023

help-circle




  • The biggest issue most people have with it is the dynamic DNS feature, which is automatically enabled and contacts their server to create the record. If you turn this off before connecting the router to the internet, you’re probably good.

    The simplified DoH client also only allows either Cloudflare or NextDNS, which aren’t the most privacy-oriented options. Still, it’s possible to set up your own.

    Otherwise I’ve never heard of anything major; the devices are cheap and reliable. I’ve had one running constantly for years and only had to reboot it manually once.




  • For the most part, after enabling ssh on the Pi, it’s as simple as ssh user@host. Type “yes” to approve the server fingerprints, type in your password and you have a shell.

    After that, it’s more about improving security and learning tools which can help out. SSH keys replace passwords and are more difficult to brute force or phish. scp allows uploading and downloading files. Tunnels make a connection from the server and forwards it to your machine (or the reverse!) Jump hosts use tunnels to get to another SSH server.

    There’s a lot of tools to learn but the first step is very straightforward.