Installing YalerTunnel
The first step in installing YalerTunnel is to get a domain name. You can do this for free by going to www.yaler.net and following the instructions on the website.
On the BeagleBone:
Create a YalerTunnel directory:
$ mkdir yalertunnel $ cd yalertunnel
Download the YalerTunnel source:
$ curl -LO http://hg.yaler.org/yalertunnel2/downloads/YalerTunnel2.src.tar.gz
Unzip the source into the directory:
$ tar xfzmv YalerTunnel2.src.tar.gz
Configure and create the code:
$ ./configure && make
We can now enable either SSH or web access. If you want to have both web and SSH access, you will require two separate Yaler tunnels (domain names).