I am a novice, just running a personal web server for the first time using word press. Main goal just doing it as a hobby and learning the correct way to secure things.
Ubuntu 22.10
I've got a couple of questions about SSH.
I set up a SSL cert through Cloudflare which is now using their name servers and due to this my domain names IP is pointed at them. I know I can SSH directly to my machine via IP but it was nice typing the domain name to reach the same IP, which I guess you could say is now more secure anyway, even if it is just 'security by obscurity' which isn't really that good in the cyber security world.
But I want to know if there something I can do to fix this? Perhaps on Cloudflares end there's settings I can do to reroute the SSH protocol to the right IP.
My other questions are:
- what's some things I should be doing with SSH to make it more secure? E.G. Changing the default port?
- What is the difference between SSH and SSHD, I notice my server has configs for both yet systemctl status mentions ssh is running and sshd.service could not be found.
Appreciate the responses, cheers for your time!
EDIT:
Striked out additional questions.
Found my answer with their documentation: https://developers.cloudflare.com/cloudflare-one/policies/filtering/network-policies/ssh-logging/