Ensure SSH starts on boot

Make sure SSH service always restarts on reboot in Kali Linux

update-rc.d -f ssh enable 2 3 4 5

Some other service boot notes:
~# service open-vm-tools start
~# update-rc.d -f open-vm-tools enable 2 3 4 5
~# reboot

~# service open-vm-tools status

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.