Linux: Kali – Make the ssh service start automatically
February 16, 2017
Run the following command to make the ssh service auto start
update-rc.d -f ssh enable 2 3 4 5
Run the following command to make the ssh service auto start
update-rc.d -f ssh enable 2 3 4 5