Wolf480pl on Nostr: nprofile1q…c5dfd The easiest ad-hoc way would be with ssh port forwarding: If you ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqrtctt2x068h9pej9repaxxwuyfgu6vwrxu77uddruee43v87wpxqwc5dfd (nprofile…5dfd)
The easiest ad-hoc way would be with ssh port forwarding:
If you have liblast server running on localhost:1234
And want to make it pubkicly reachable at vps:20234
then:
ssh -R 20234:localhost:1234 vps
This will open a port on the vps and tunnel any connections to it through the ssh connection back to the computer from which you connected. But only as long as the ssh connection remains open.
The easiest ad-hoc way would be with ssh port forwarding:
If you have liblast server running on localhost:1234
And want to make it pubkicly reachable at vps:20234
then:
ssh -R 20234:localhost:1234 vps
This will open a port on the vps and tunnel any connections to it through the ssh connection back to the computer from which you connected. But only as long as the ssh connection remains open.