• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • Just my 2 cents:

    1. Proxmox. Flexibility for both new services via VM/LXC and backups (just install proxmox backup server alongside and you get incremental backups with nice retention settings, file-restore capabilities as well as backup consistency checks)

    2. If it’s in a VM/container you don’t need to worry about backups, see 1.

    3. In this case isn’t it sufficient to be able to access the data via Windows network?





  • I can’t help much regarding the service denial issue.

    However Port 22 should never be open to the outside world. Limiting to key authentication is a really good first step.

    To avoid automated scans you should also change the port to a higher number, maybe something above 10,000.

    This both saves traffic and CPU. And if a security bug in sshd exists this helps, too.