Linux: Kali – Make the ssh service start automatically 9 years ago Timothy Conrad 1 minute Run the following command to make the ssh service auto start update-rc.d -f ssh enable 2 3 4 5