Other accounts: @Dima@lemmy.one

  • 0 Posts
  • 3 Comments
Joined 9 months ago
cake
Cake day: November 20th, 2024

help-circle
  • Yeah, I search the AUR not to discover packages, but to see if something I want to install is in there, if it is I check the PKGBUILD and make sure none of the sources/commands/patches are suspicious.
    People need to remember it’s not some carefully vetted app store and that they need to be the ones vetting any packages they install and any changes when updating.


  • For security disable password authentication - use public key instead, disable root login via ssh - use sudo or su from another user.

    To reduce the number of attempts of others trying to get in change the ssh port and/or set-up fail2ban.

    You could also set a firewall rule to only allow ssh from your IP address, if you have a static address at home and only need access from there, or have a way to VPN into your home network. Make sure you have a static address if you do this though, you don’t want your IP to change and be left locked out of your server.