I am having difficulty disabling sshd. [I want it to be available but not autorun]
I followed How to disable autostart of SSHD in Ubuntu 15.04 but to no avail:
$ ps -ef|grep sshd
root 742 1 0 11:43 ? 00:00:00 /usr/sbin/sshd -D
ie it is still running. And yet
$ systemctl status sshd
● sshd.service - OpenBSD Secure Shell server
Loaded: loaded (/etc/systemd/system/sshd.service; disabled; vendor preset: enabled)
Active: inactive (dead)
IOW ps shows its active while systemctl shows not