Turn off SSH

Hi. I'm trying Bazzite for the first time and was wondering if SSH is turned on by default. And if yes, how do I turn it off permanently? (I'm sorry if this is already documented somewhere)
Solution
Shh is disabled by default. You can check if you run systemctl status sshd. If it's on you can disable it with sudo systemctl disable --now sshd
Was this page helpful?