You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started by trying the tool to forward an http service. I used telebit http 8080. To my surprise, using my subdomain in a browser showed the site securely using https. This absolutely blew my mind.
As I got more encouraged I wanted to use the SSH feature, which was not as smooth of an experience. I typed telebit ssh auto and was assured this was setup. Then I tried ssh username@subdomain from another computer hoping I would be prompted for a password. This did not happen.
I copied my public key from the SSH client machine to the "authorized_keys" file in ~/.ssh, still did not work (permission denied public key).
I then realized I may had to install the ssh daemon on the computer so I did that (in Ubuntu 22.04 using sudo apt install openssh-server openssh-client), still did not work.
What am I not doing right or doing wrong?
The text was updated successfully, but these errors were encountered:
Hello,
I started by trying the tool to forward an http service. I used
telebit http 8080
. To my surprise, using my subdomain in a browser showed the site securely using https. This absolutely blew my mind.As I got more encouraged I wanted to use the SSH feature, which was not as smooth of an experience. I typed
telebit ssh auto
and was assured this was setup. Then I triedssh username@subdomain
from another computer hoping I would be prompted for a password. This did not happen.I copied my public key from the SSH client machine to the "authorized_keys" file in
~/.ssh
, still did not work (permission denied public key).I then realized I may had to install the ssh daemon on the computer so I did that (in Ubuntu 22.04 using
sudo apt install openssh-server openssh-client
), still did not work.What am I not doing right or doing wrong?
The text was updated successfully, but these errors were encountered: