OpenSSH 6.8 released
lists.mindrot.org
OpenSSH 6.8 released
1–10 of 44 posts
Re: OpenSSH 6.8 released
#2Re: OpenSSH 6.8 released
#3Re: OpenSSH 6.8 released
#4I was hoping for U2F but I guess it's not ready yet. :)
Re: OpenSSH 6.8 released
#5The --without-openssl option is particularly attractive on Linux systems if you distrust openssl's code.
Re: OpenSSH 6.8 released
#6The --without-openssl option is particularly attractive on Linux systems if you distrust openssl's code.
Re: OpenSSH 6.8 released
#7The --without-openssl option is particularly attractive on Linux systems if you distrust openssl's code.
What functionality do you lose if you build it with that option?
Disables and removes dependency on OpenSSL. Many features,
including SSH protocol 1 are not supported and the set of crypto
options is greatly restricted. This will only work on systems
with native arc4random or /dev/urandom.
I haven't dug into the source code, but I'd wager that the crypto options that remain are Ed25519, ChaCha20-Poly1305, etc. (Don't quote me on this, however.)Re: OpenSSH 6.8 released
#8The --without-openssl option is particularly attractive on Linux systems if you distrust openssl's code.
It is, but please note that OpenSSH uses very little of OpenSSL's code. None of the serious bugs lately had any impact on OpenSSH.
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. :)
Re: OpenSSH 6.8 released
#9I was hoping for U2F but I guess it's not ready yet. :)
This might work well on Linux/BSD machines, but likely not on OSX due to stagnant unix utility updates and Windows because... well, not a real Unix. Would probably require a heavy wrapper around Putty. Not sure if cygwin and friends would ever work either.