Open GoogleCodeExporter opened 9 years ago
Why are you proxying SSH?
Original comment by James.Mo...@gmail.com
on 26 Feb 2015 at 1:54
Various reasons:
1) security. having unfiltered, direct access to a production machine is a
no-go.
2) using a non-standard port for ssh needs special exceptions on company
firewalls and explanations, why it should not be possible to use port 22.
3) allowing tomcat to bind low ports is a no-go. Using non-standard ports, too,
see above.
Original comment by bernd.ze...@gmail.com
on 26 Feb 2015 at 8:39
I'll think on supporting a display port for ssh. There is precedent for that
since Gitblit supports x-forward headers for the http/s transports.
For now you could configure web.otherUrls to provide the correct URL.
Original comment by James.Mo...@gmail.com
on 26 Feb 2015 at 9:10
Original issue reported on code.google.com by
bernd.ze...@gmail.com
on 26 Feb 2015 at 8:32