[SOLVED] Disable SSH?

Hi Guys,

As the title suggests, how in earth do I disable SSH?

Do I just uninstall the SSH package? I'm running pihole on a debain container.

Cant see any options in pihole settings to disable SSH.

Thanks!

Won't you just do this via your OS?

sudo systemctl stop ssh.service

Yes I suppose so, is ssh.service the registered service.

I will use sudo systemctl disable ssh.service

1 Like

Pi-hole has no involvement in the SSH process. This is an OS level function.

You disable or enable SSH via your OS.

Great thanks

Thats the confirmation i needed.