Closed kmala closed 8 years ago
@smothiki, @arschles and @aledbf are potential reviewers of this pull request based on my analysis of git blame
information. Thanks @kmala!
Is it possible to test this? I see it is not covered by unit tests right now
@kmala This is going to be replaced by #402
@Joshua-Anderson i see that even you are not logging the message....i will close this if you add it in your PR
@kmala I shouldn't need to because the controller-sdk-go should return an verbose error. The error message is logged, correct?
We pass the auth as a parameter(https://github.com/deis/builder/blob/3e7a785db5402cbd343a5f688d6798ecfe658efc/pkg/sshd/server.go#L69-L73) to the ssh server config https://github.com/deis/builder/blob/3e7a785db5402cbd343a5f688d6798ecfe658efc/pkg/sshd/server.go#L152-L156 and golang ssh doesn't return the proper error during an auth failure...it just sends EOF
Got it. I thought this was logging it to the builder logs, not to the ssh output. Will add to my PR.
Added this warning to #402
fixes #385