Skip to content
This repository was archived by the owner on Aug 25, 2019. It is now read-only.

Commit 73bf893

Browse files
cguentherTUChemnitzhach-que
authored andcommitted
fix git ssh freeze during connection (#60)
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.
1 parent 0e77c36 commit 73bf893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sshd_config.phabricator

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PrintMotd no
1818
PrintLastLog no
1919
PasswordAuthentication no
2020
AuthorizedKeysFile none
21+
UseDNS no
2122

2223
PidFile /run/sshd-phabricator.pid
2324

0 commit comments

Comments
 (0)