-
Notifications
You must be signed in to change notification settings - Fork 0
VS Code ssh to Raspberry Pi
Kane edited this page Nov 3, 2022
·
2 revisions
With this setup, you can ssh your Pi anywhere with VS Code.
Click the left-down button. Press enter and input your password(default: raspberry)
cpolar version
cpolar authtoken xxxxxxxxxxxx
# start with cpolar
sudo systemctl enable cpolar
sudo systemctl start cpolar
sudo systemctl status cpolar
ssh pi@1.tcp.vip.cpolar.cn -p <port number>
Please see the detail here.