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

git ssh access freeze #61

Closed cguentherTUChemnitz closed 7 years ago

cguentherTUChemnitz commented 7 years ago

Accessing my git repos with git ssh freezes up the connection. After some time the commands are executed correctly. This is related to the problem that the sshd of the phabricator does an rever dns lookup for the connecting client, but the ip does not own a rdns entry. So the phabricator waits for an dns timeout.

To solve this, the DNS lookup can be deactivated for the sshd. I filed a PR for this: https://github.com/hach-que-docker/phabricator/pull/60

hach-que commented 7 years ago

The fix for this is merged now.