Steps to connect your Raspberry pi (Running with Linux) to Putty (Running on Windows 11):
1. Install ssh on Raspberry Pi Linux using command
sudo apt install openssh-server
2. Enable Ssh Service
sudo service ssh start
3. Make it always Enabled on Bootup
sudo systemctl enable ssh
4. Read Ip address of Raspberry Pi
5. Open Putty Tool on Windows Machine, Enter Ip address and connect
7. You are ready to control Raspberry Pi Linux with Putty tool.
Comments
Post a Comment