February
16
Linux: Kali – Make the ssh service start automatically
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