Connect to a SSH Terminal

How to connect to a SSH terminal host using Windows Terminal

Source

Types of programs

There are many programs that allow you SSH into a shell such as PuTTY and OpenSSH. However, with recent updates in Windows, SSH is baked into the OS so you only have to use the built in terminal.

Setting up

After you are done flashing the pi, take eject it and plug it back in. you should see a new drive called boot. in this, make a new file called ssh. Note that linux does not use file extenstions. Thats it! Hook up the pi to the robot control systems and connect your computer to it. Then, scan the network with a tool like angryipscanner. you should find the ip address of the pi. Open a terminal and type ssh pi@<ipyoufound>. Set a static ip so you dont have to scan the network everytime using a guide like thisarrow-up-right.

Last updated

Was this helpful?