Raspberry Pi4 20.04 SSH connection Error
I want to use my Raspberry Pi4 in External network.
SO, I decide to connect by Visual Studio Code.
But, it’s not working.
Finally, I delete all files of SSH.
It’s not perfect solution.
Things that I did to connect External network.
-
Remove micro SD card and remake SSH file.
-
Use TTL to USB. Putty Serial Port, Baud rate 115200.
-
When Serial Port connected, there is nothing. But just write ID of your RaspberryPi. Then you can see password sentence.
-
Mine is not working when I write [sudo systemctl start ssh] .
-
-> sudo apt-get purge openssh-server
-
-> sudo apt-get install openssh-server
How to install SSH server in Ubuntu
https://www.cyberciti.biz/faq/ubuntu-linux-install-openssh-server/
-
-> sudo systemctl status ssh
-
-> sudo sytemctl enable ssh
-
-> sudo systemctl start ssh
-
-> sudo reboot
In the end, I can connect WiFi and Ethernet.
But still, I can’t use Visual Studio Code and entire External Network using Port Forwarding.
Leave a comment