Updated SSH (markdown)

master
Nelson Chen 2021-08-30 10:50:12 -07:00
parent 2f7415cf49
commit 3d7a02c98c
1 changed files with 2 additions and 1 deletions

3
SSH.md

@ -67,8 +67,9 @@ Putty is a simple beginner friendly way to connect to a comma device via SSH.
Windows 10 already comes with a SSH client and has everything you need to SSH into an EON/C2. No additional software download or installation required.
1. Open PowerShell. You can find PowerShell by pressing the Start Menu and typing "PowerShell". This is not the same as the Command Prompt!
1. Open PowerShell. You can find PowerShell by pressing the Start Menu and typing "PowerShell".
* You can copy and paste commands from this document by copying, and then "right-clicking" on the PowerShell window to "paste". Try _copying_ and running this command: `echo hello`. The PowerShell window should print out "hello".
* Command Prompt is not the same as Powershell! Do not substitute Command Prompt in place of Powershell.
2. You'll need to have an SSH key on your PC that is added to GitHub to proceed. For instructions on how to create a key and upload it to GitHub, please follow these steps. If you have already created a key and uploaded it to GitHub, skip to the next step.
1. Run `ssh-keygen -t ed25519 -f $HOME/.ssh/id_ed25519`. When there is a prompt to "`Enter passphrase (empty for no passphrase):`", just press Enter.
* This will generate a private key and public key and store them in a ".ssh" folder in your home directory folder on your machine.