etherai / selfhosted-gateway

Self-hosted Docker native tunneling to localhost. Expose local docker containers to the public Internet via a simple docker compose interface.
https://fractalnetworks.co
GNU Affero General Public License v3.0
1.32k stars 66 forks source link

Using other ssh-port than 22 #23

Closed markusglaetzner closed 1 year ago

markusglaetzner commented 1 year ago

using a different port than 22 on a public server is one important point in order to harden the server. There is no option to use a different port in your scripts.

thebalaa commented 1 year ago

This would require a simple change to your ssh config which is outside of the scope of this project.