Does ELB/ALB need extra configuration to proxy git ssh?
Does ELB/ALB need extra configuration to proxy git ssh?
Event Timeline
joshma updated the question from to Does ELB/ALB need extra configuration to proxy git ssh?.Dec 1 2016, 1:51 AM2016-12-01 01:51:20 (UTC+0)
Comment Actions
Try putting MaxStartups 1024 in your /etc/ssh/sshd_config (or similar).
The default behavior of sshd is to randomly terminate some connections if it thinks it is being too useful.