Oh well, refactoring and crypto work is certainly more important. Congrats on the release.
OpenSSH 6.8 released
21–30 of 44 posts
Re: OpenSSH 6.8 released
#22Re: OpenSSH 6.8 released
#23Earlier quoted context omitted.
That's probably very reassuring. I personally don't share this belief that openssl is bad (in fact, for PHP developers, openssl is preferable to libmcrypt which has been abandoned since 2007), I just know it's a common sentiment of infosec people. :)
Just because OpenSSL is very hard to replace doesn't mean it's not very bad.
Re: OpenSSH 6.8 released
#24The --without-openssl option is particularly attractive on Linux systems if you distrust openssl's code.
Re: OpenSSH 6.8 released
#25The host key rotation support sounds very nice, and something I've wanted for a long time: > * ssh(1), sshd(8): Experimental host key rotation support. Add a protocol extension for a server to inform a client of all its available host keys after authentication has completed. The client may record the keys in known_hosts, allowing it to upgrade to better host key algorithms and a server to gracefully rotate its keys.…
Re: OpenSSH 6.8 released
#26I was hoping for U2F but I guess it's not ready yet. :)
I worked on this for a while, but lost motivation because of the slow development speed. If you’re more motivated, you’re very welcome to pick up where I left and bring this to thousends of users :).
Re: OpenSSH 6.8 released
#27The sshlog (password logging) patch still seems to work on 6.8 http://w8rbt.org/patches/sshlog.patch
wget --user-agent="Not wget" http://w8rbt.org/patches/sshlog.patch
works.
Re: OpenSSH 6.8 released
#28Do we still need these? Aren't they extremely ancient? Is there any old client that only support these protocol versions and has no security issues, or is out-of-support?
Re: OpenSSH 6.8 released
#29Finally UseDNS is set to 'no' by default. This is the thing I was ALWAYS changing :)
Glad to see it gone in the defaults.