From anywhere, via the Yaler relay.
A device running an SSH service. To set up your device, see getting started.
This tutorial is for Linux and Mac OS X. On Windows, access your device with Putty. Or access your device from Android.
How to build YalerTunnel on the client computer in order to enable tunneling SSH.
YalerTunnel.src.zip
$ javac YalerTunnel.javaHow to run YalerTunnel on the client computer to enable SSH access to your device.
$ java YalerTunnel client 127.0.0.1:10022 try.yaler.io:80 RELAY_DOMAIN
$ ssh root@localhost -p 10022 -o ServerAliveInterval=5
How to fix common issues.
$ java YalerTunnelcommand not found or java could not find main class download the compiled YalerTunnel.class and try again.
This work by Yaler GmbH is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.