deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

fix(pkg/sshd): demote handshake failure log to debug #201

Closed bacongobbler closed 8 years ago

bacongobbler commented 8 years ago

It's okay for connections to probe the server without initiating a handshake, but it's still useful for developers to see when incoming connections are not connecting.

see deis/deis#4935 for the backported fix