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:Jump to 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
2 Replies
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
Thanks so much! I really appreciate it 🙂