Updated SSH (markdown)

master
Nelson Chen 2021-08-30 09:55:46 -07:00
parent 45d26e5f6d
commit 2f7415cf49
1 changed files with 1 additions and 1 deletions

2
SSH.md

@ -67,7 +67,7 @@ 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".
1. Open PowerShell. You can find PowerShell by pressing the Start Menu and typing "PowerShell". This is not the same as the Command Prompt!
* 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".
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.