Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #190 from tomeshnet/develop
Browse files Browse the repository at this point in the history
Release 0.3
  • Loading branch information
darkdrgn2k committed Aug 29, 2018
2 parents 95c71ac + c74bc7e commit d73e612
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
Expand Up @@ -2,6 +2,7 @@
#script to remove poor quality links
#usage: mesh-cleanlinks.sh <interface>
#requires gawk (apt-get install gawk)

limit="-65"

sudo iw dev $1 set mesh_param mesh_rssi_threshold $limit
Expand Down
10 changes: 5 additions & 5 deletions contrib/tmate/README.md
Expand Up @@ -2,9 +2,9 @@

This installs a statically linked copy of tmate.

To use
To use:

- Make sure your connected to the internet
- run tmate
- on the yellow bar note the hash ie: `ssh kukBdPDnaYObQmyFxMyBzSp3o@to2.tmate.io`
- tell your remote party the website to visit ie: `https://tmate.io/t/kukBdPDnaYObQmyFxMyBzSp3o`
- Make sure you are connected to the internet
- Run `tmate`
- On the yellow bar note the hash before `@` symbol, e.g. `ssh kukBdPDnaYObQmyFxMyBzSp3o@to2.tmate.io`
- Tell your remote party the website to visit, e.g. `https://tmate.io/t/kukBdPDnaYObQmyFxMyBzSp3o`
11 changes: 7 additions & 4 deletions contrib/tmate/install-tmate.sh
@@ -1,6 +1,9 @@
#!/bin/sh

wget https://github.com/tmate-io/tmate/releases/download/2.2.1/tmate-2.2.1-static-linux-armv7l.tar.gz
tar xvfz tmate-2.2.1-static-linux-armv7l.tar.gz
sudo mv tmate-2.2.1-static-linux-armv7l/tmate /usr/local/bin
rm -rf tmate-2.2.1-static-linux-armv7l
ssh-keygen
tar xvfz tmate-2.2.1-static-linux-armv7l.tar.gz -C /tmp
sudo mv /tmp/tmate-2.2.1-static-linux-armv7l/tmate /usr/local/bin
rm -rf /tmp/tmate-2.2.1-static-linux-armv7l

# Generate RSA key pair for tmate SSH session
ssh-keygen -t rsa -f ~/.ssh/id_rsa -N ''

0 comments on commit d73e612

Please sign in to comment.