I've had some dificulites using the ssh, putty and making it persistent, here are my findings.
sudo nano /etc/systemd/system/telebit.service
[Unit]
Description=Telebit
After=network-online.target
[Service]
Type=simple
User=user
Group=group
UMask=007
ExecStart=/home/dir/telebit daemon --config "/home/homedir/.config/telebit/telebitd.yml"
Restart=on-failure
TimeoutStopSec=300
[Install]
WantedBy=multi-user.target
Download provided sclient file from telebit.cloud webpage
connect to ssh
ssh -o ProxyCommand="fullurl\sclient.exe %h" [email protected]
FWD local site
ssh -o ProxyCommand="fullurl\sclient.exe %h" [email protected] -L 8888:192.168.86.27:80
Under Connection -> Proxy
Proxy type: Local
Telnet command: sclient.exe %host