Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • ssh connects to IP:port, there is no hostname in request to distinguish example.com and git.example.com if they have the same IP.
    – Alexey Ten
    Commented Jul 31, 2014 at 11:11
  • Yeah - thanks. I realize the SSH protocol is quite different from HTTP, so I will probably just have to do with routing based on the port.
    – oceanhug
    Commented Jul 31, 2014 at 23:07
  • 2
    see my work github.com/tg123/sshpiper
    – farmer1992
    Commented Dec 29, 2014 at 17:00