Enable and Start SSH on Kali Linux


sudo apt install ssh
sudo systemctl enable ssh
sudo systemctl start ssh.service

Leave a Reply

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