John Eikenberry

Results 302 comments of John Eikenberry

I skipped this before as it was so easy I thought it'd make a good first issue for someone who wanted to contribute, but it's been awhile and this is...

Finally finished the consul-template work on this and am now testing that fix works for envconsul as well. If all goes well we should have a release with this fixed...

@MoaufmKlo, thanks. That makes it sound preferable to the normal install, as it would be easy to manage with all of it in a self contained directory. A kind of...

> In fact, it is working from other sftp server. What is the difference between the server it is working on and the one that it isn't?

To rephrase to make sure I understand... You have a newer SFTP server that supports the newer ciphers and an older SFTP server that doesn't. The one where you can...

I'm going to try to reproduce this by modifying the config for an openssh server to not support any of the default supported ciphers. I'm going to focus on getting...

I was looking into which ciphers to use and saw this... https://github.com/golang/crypto/blob/22d7a77e9e5f409e934ed268692e56707cd169e5/ssh/cipher.go#L97-L99 [edit] thought that was supposed to display those lines... anyway, here is the quote that I was referencing...

Regarding the comment in ciphers.go mentioned above... the list of valid ciphers does not include any of the ones you added. Can you retest with any of the ciphers listed...

@zjun9851 thanks for testing that. I'll let you know if I find anything in my testing. Sorry things are taking some time, I just started a new job and haven't...

Just realized they kind of obfuscate the names of a few of the ciphers behind variable names that don't match up. Not sure why, but that was why I had...