ubuntu:ssh:disabling_sshd
Ubuntu - SSH - Disabling sshd
To disable sshd from listening you can stop the socket:
systemctl mask sshd.socket --now
ubuntu/ssh/disabling_sshd.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1
To disable sshd from listening you can stop the socket:
systemctl mask sshd.socket --now