How to Setup SSH Server on Kali Linux
You will need to configure ssh before you can connect to Kali Linux remotely. This video shows you how to install ssh and configure it so you can connect remotely from another computer.
I forgot to add in the video that you need to allow root login through SSH. By default it is disabled so you won’t be able to login as root. To login as root you need to:
1. Edit the sshd_config file by using the following command: nano /etc/sshd_config
2. Find the line that says “PermitRootLogin” and edit it to say “PermitRootLogin yes” – without quotes of course.
3. Save the file using “Ctrl+x”, then “y”, then “Enter”.
See this on our website: https://thedigitalnomadguy.com/how-to-setup-ssh-server-on-kali-linux/
by The Digital Nomad Guy
linux web server