Important: Accessing this device with other SSH clients:
In order to use your other ssh clients with telebit you will need to put them into
ssh+https mode.
We recommend downloading
sclient
to do so, because it makes it as simple as adding
-o ProxyCommand="sclient %h"
to your
ssh command to enable ssh+https:
ssh -o ProxyCommand="sclient %h" {{ newHttp.name }}
However, most clients can also use
openssl s_client
, which does the same thing, but is
more difficult to remember:
proxy_cmd='openssl s_client -connect %h:443 -servername %h -quiet'
ssh -o ProxyCommand="$proxy_cmd" hot-skunk-45.telebit.io