diff --git a/tools/ssh/README.md b/tools/ssh/README.md index a652396afe..5c7f3519b2 100644 --- a/tools/ssh/README.md +++ b/tools/ssh/README.md @@ -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: diff --git a/tools/ssh/config b/tools/ssh/config deleted file mode 100644 index c2112d623d..0000000000 --- a/tools/ssh/config +++ /dev/null @@ -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 diff --git a/tools/ssh/via-smays.sh b/tools/ssh/via-smays.sh deleted file mode 100755 index bf903cb86c..0000000000 --- a/tools/ssh/via-smays.sh +++ /dev/null @@ -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 diff --git a/tools/ssh/via-wifi.sh b/tools/ssh/via-wifi.sh deleted file mode 100755 index 4a43ca2d83..0000000000 --- a/tools/ssh/via-wifi.sh +++ /dev/null @@ -1 +0,0 @@ -ssh -F config EON-wifi