cannot re-enable sshd after systemd mask
Solution 1:
It appears that sshd
is an "alias" of sorts for ssh.service; when you install openssh-server, symlink(s) are set up mapping this.
However, when you systemctl disable sshd
those symlinks are deleted, and are NOT restored with an enable.
The solutions is to systemctl enable ssh.service