What command disables the ssh service on a systemd system?
systemctl disable sshd
systemdctl disable sshd
systemd-stop sshd
systemctl sshd - -status=disabled
https://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/ch-Services_and_Daemons.html
Submit