mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-21 04:42:33 +08:00
update ssh readme for c3
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user