Let’s have a look at how to expose your server’s ssh port and how to access it from a client through stunnel.
$ ssh srv.us -R 1:localhost:22
1: https://qp556ma755ktlag5b2xyt334ae.srv.us/, https://pcarrier.gh.srv.us/
[ssh]
client = yes
accept = 127.0.0.1:2022
connect = qp556ma755ktlag5b2xyt334ae.srv.us:443
ssh 127.0.0.1 -p 2022
sudo apt -yq install stunnel4
/etc/stunnel/stunnel.conf
sudo service stunnel4 start
Or
sudo systemctl start stunnel4
ssh 127.0.0.1 -p 2022
CONFIG
tabHOME
tab and tap on Not running
to change it to Running
ssh 127.0.0.1 -p 2022