update ssh readme for c3

pull/21875/head
Adeeb Shihadeh 4 years ago
parent 8aafbc78f6
commit 45b5df5b08
  1. 2
      tools/ssh/README.md
  2. 9
      tools/ssh/config
  3. 3
      tools/ssh/via-smays.sh
  4. 1
      tools/ssh/via-wifi.sh

@ -7,7 +7,7 @@ In order to SSH into your device, you'll need a GitHub account with SSH keys. Se
* Enable SSH in your device's settings
* Enter your GitHub username in the device's settings
* Connect to your device
* Username: `root`
* Username: `root` (comma two) or `comma` (comma three)
* Port: `22` or `8022`
Here's an example command for connecting to your device using its tethered connection:

@ -1,9 +0,0 @@
Host comma-smays
HostName 192.168.5.11
Port 22
IdentityFile id_rsa
Host comma-tether
HostName 192.168.43.1
Port 22
IdentityFile id_rsa

@ -1,3 +0,0 @@
# enp5s0 is the smays network name. Change it appropriately if you are using an ethernet adapter (type ifconfig to get the proper network name)
sudo ifconfig enp5s0 192.168.5.1 netmask 255.255.255.0
ssh -F config EON-smays

@ -1 +0,0 @@
ssh -F config EON-wifi
Loading…
Cancel
Save