update-rc.d -f apache2 removeEasy done.
How to stop apache from starting on boot? Debian 7 and 8
This little tip is handy for those who want to swap from apache to nginx:
Websites and SEO
update-rc.d -f apache2 removeEasy done.
systemctl enable sshd.serviceThe next time you boot your SSH server should have started automatically.