Sunday, May 4, 2025

Connecting VSC with Raspberry Pi via SSH

 Steps to connect VSC to Raspberry Pi Running on Linux with SSH.

1. Follow steps mentioned in Putty blog to Enable SSH on Raspberry Pi.

2. Enable Extension " Remote - SSH" in VSC.

3. Go to view>Command Palette>Remote-SSH: Add new SSH host.

4. Enter ssh <username>@<Ip address>

5. Select config file with your user name. This will start setting up SSH Host.

6. It will prompt to enter password for your Raspberry Pi device.

7. After entering valid password SSH is established.


8. Now you can open folder from Raspberry Pi device. Which is your working Directory. 

No comments:

Post a Comment

Hello World on Ubantu Docker Image

 Steps to run simple C program on Ubantu Docker image: 1. Following files needs to be created in Working Directory folder.    hello.c    Doc...