John Eikenberry
John Eikenberry
This crypto/ssh issue seems like it might be related, but they pretty much say it should just work. https://github.com/golang/go/issues/20201
I just filed a ticket against x/crypto/ssh as I'm not sure what's wrong. We'll see what comes of it... https://github.com/golang/go/issues/32075
@zjun9851 Would it be possible to post a code snippet showing how you connect in the case where it works? Maybe using the snippet I posted to https://github.com/golang/go/issues/32075 as a...
Hey @zjun9851, sorry for the delay in responding. I started a new job a little while back and have been super busy getting up to speed. It looks to me...
Hey @adamdecaf, Thanks for the offer, but as far as I can tell this looks like an upstream issue with the ssh library. I've filed an issue about it. https://github.com/golang/go/issues/32075
Hey @bradfitz, this is the perfect forum for these questions. The primary reason there are 2 servers right now is historical, that the filesystem based Server type predates the RequestServer....
@sugacube I don't fully understand your issues and it doesn't really seem directly related to Brad's questions... so may I suggest a new ticket. I'm curious about why you needed...
@davecheney are you still working on this?
I'm sorrry, but I not sure I understand the problem. The SFTP library server code doesn't send SSH_MSG_CHANNEL_CLOSE anywhere, which makes me think you are bringing up a client issue....
It sounds like you figured out that the change for #278 also allows you to address your issue and so this issue can be closed?