Soullioness@lemmy.ca to Self Hosted - Self-hosting your services.@lemmy.ml · 1 year ago[Question] What do you do to keep your server securemessage-squaremessage-square18fedilinkarrow-up124arrow-down10file-text
arrow-up124arrow-down1message-square[Question] What do you do to keep your server secureSoullioness@lemmy.ca to Self Hosted - Self-hosting your services.@lemmy.ml · 1 year agomessage-square18fedilinkfile-text
For example, I prefer to use a VPN instead of port forwarding. And I use SSH for anything I used to use an FTP for.
minus-squareASK_ME_ABOUT_LOOM@sh.itjust.workslinkfedilinkEnglisharrow-up8·1 year agoSSH key auth for terminal login, plus an nginx proxy and client cert auth on anything accessible by the outside world. I’ll expose any internal service I want because nobody is getting through the client cert auth.
SSH key auth for terminal login, plus an nginx proxy and client cert auth on anything accessible by the outside world. I’ll expose any internal service I want because nobody is getting through the client cert auth.