Should I Use Wireguard or Keep SSH Open for Remote Access?

0
16
Asked By CloudySky88 On

I'm trying to figure out the best way to access a remote machine from a fixed IP. Should I set up a Wireguard tunnel and then access the machine via SSH over that, or is it acceptable to keep the SSH port open with IP access control lists (ACLs)?

5 Answers

Answered By CloudySky88 On

For us, we use Tailscale. It efficiently addresses both security and access in one go. Plus, it's really user-friendly.

Answered By TechSavvy99 On

If you're considering public access, I'd recommend setting up Wireguard at the firewall first. Once you're inside the network, you can safely use SSH with ACLs to control access.

Answered By SecureNetWizard On

Even with public keys and good ACLs in place, I'd lean toward having a VPN like Wireguard in front of your SSH access to maximize security.

Answered By NinjaCoder42 On

I prefer using SSH behind a port knocking setup that opens a brief window for port 22 for the IP that succeeds in knocking. Plus, I ensure to only allow certificate-based authentication.

Answered By DataDefender01 On

A solid move is to use a VPN to secure SSH access. Always treat the exposure of SSH with caution, as it opens you up to potential network attacks, even if you think you have strong ACLs. If you’re just needing temporary access from a trusted static IP, then direct SSH with ACLs could work, but only as a rare exception.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.