Thanks :)
Comment on What steps do you take to secure your server and your selfhosted services?
hperrin@lemmy.ca 2 months ago
One thing I do is instead of having an open SSH port, I have an OpenVPN server that I’ll connect to, then SSH to the host from within the network. Then, if someone hacks into the network, they still won’t have SSH access.
ocean@lemmy.selfhostcat.com 2 months ago
Chewy7324@discuss.tchncs.de 2 months ago
I do the same, but with Wireguard instead of OpenVPN. The performance is much better in my experience and it sucks way less battery life on my phone.
ocean@lemmy.selfhostcat.com 2 months ago
I’ve been meaning to learn how to make my own
Chewy7324@discuss.tchncs.de 2 months ago
I found the guide/examples on their website a bit irritating at first (that’s on me) but it works well once understood and configured.
ocean@lemmy.selfhostcat.com 2 months ago
Thanks! I’ll do that