RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

fix git ssh freeze during connection #60

Closed cguentherTUChemnitz closed 7 years ago

cguentherTUChemnitz commented 7 years ago

The sshd does a reverse dns lookup for the connecting client. In most cases this rdns entry does not exist and the connection frezzes, due to the dns timeout. The solution is to disable the DNS lookup for the sshd.

hach-que commented 7 years ago

Seems reasonable, thanks!