How to connect to your Kali machine from Windows using Putty

preview_player
Показать описание
Hi guys, today i will show you how you can connect to your kali machine from your windows machine using Putty.
1)Check if ssh server is installed using command :- sudo apt install openssh-server
2)Start your SSH server using command:- service ssh start
3)Check the IP of your kali machine using command:- ifconfig
5)Just add your kali IP in it and it will open a kali session .
Now , you can connect to your kali machine from your windows machine using putty and if you want to login as root , you have to add this line in /etc/ssh/sshd_config file:- PermitRootLogin yes
Follow me:-
Рекомендации по теме
Комментарии
Автор

Thank you so much dude, after running all ssh commands, I'm able to connect with the Putty.

sandeepverma
Автор

Thank you. That was realy easy with you and helped a lot

Chepre