Updated SSH (markdown)

master
mabhishek 2021-05-11 13:06:52 -05:00
parent 764a803d5a
commit c21f3a5ae7
1 changed files with 1 additions and 1 deletions

2
SSH.md

@ -40,7 +40,7 @@ Table of Contents
Putty is a simple beginner friendly way to connect to a comma device via SSH.
1. Download and install Putty.
2. Use PuTTYgen to generate a key. Save both public (for reference) and private key. Copy the contents of the textbox (probably starts with ssh-rsa) and add it to https://github.com/settings/ssh/new
2. Use PuTTYgen (part of Putty) to generate a key. Save both public (for reference) and private key. Copy the contents of the textbox (probably starts with ssh-rsa) and add it to https://github.com/settings/ssh/new
3. Get the IP address of your EON/C2 in settings under `Settings > WiFi > Open WiFi Settings > More Options > Three Dots in Top Left > Advanced` (Please make sure your EON and your computer connect to the same WiFi)
4. Open Putty, and enter the hostname as `root@<ip_address>` where <ip_address> is your device IP and leave the port to `22` (screenshot below showing 8022 is from an older version):