TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OpenSSH 6.8 released

95 pointsby mukyuabout 10 years ago

11 comments

throwaway7767about 10 years ago
The host key rotation support sounds very nice, and something I&#x27;ve wanted for a long time:<p>&gt; * 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.<p>&gt; The client side of this is controlled by a UpdateHostkeys config option (default off).<p>I wish it were on by default, but I guess they want to test it further before enabling it by default. It will remove the temptation to keep using old, weak or suspect keys just because of the hassle of having all the users update their keys or because the admins are afraid of training their users that the scary &quot;HOST KEY HAS CHANGED!!!&quot; warnings are normal and should be ignored.
评论 #9226385 未加载
评论 #9227328 未加载
beagle3about 10 years ago
I submitted a very detailed bug report[0] a while ago, which can lead to a DoS (albeit in a very specific setting). I don&#x27;t expect anyone to rush to fix it, but I&#x27;m surprised that there isn&#x27;t even a comment about it. Is there another place it needs to be reported in?<p>[0] <a href="https://bugzilla.mindrot.org/show_bug.cgi?id=2265" rel="nofollow">https:&#x2F;&#x2F;bugzilla.mindrot.org&#x2F;show_bug.cgi?id=2265</a>
评论 #9229700 未加载
some_furryabout 10 years ago
The --without-openssl option is particularly attractive on Linux systems if you distrust openssl&#x27;s code.
评论 #9226149 未加载
评论 #9227238 未加载
评论 #9226164 未加载
SpaceInvaderabout 10 years ago
Finally UseDNS is set to &#x27;no&#x27; by default. This is the thing I was ALWAYS changing :)
评论 #9227648 未加载
hobarreraabout 10 years ago
&gt; [...] SSH protocol version 1.3, 1.5 [...]<p>Do we still need these? Aren&#x27;t they extremely ancient? Is there any old client that <i>only</i> support these protocol versions <i></i>and<i></i> has no security issues, or is out-of-support?
评论 #9228775 未加载
评论 #9228370 未加载
dwbabout 10 years ago
<a href="https://bugzilla.mindrot.org/show_bug.cgi?id=1424" rel="nofollow">https:&#x2F;&#x2F;bugzilla.mindrot.org&#x2F;show_bug.cgi?id=1424</a> :(<p>Oh well, refactoring and crypto work is certainly more important. Congrats on the release.
wolf550eabout 10 years ago
I have to configure ssh servers so that putty is able to connect, so I can&#x27;t follow best practices. Why don&#x27;t the people working in this area help the putty project with support for the latest stuff?
评论 #9228710 未加载
评论 #9229602 未加载
an6nabout 10 years ago
I was hoping for U2F but I guess it&#x27;s not ready yet. :)
评论 #9226257 未加载
评论 #9226100 未加载
评论 #9227509 未加载
themckmanabout 10 years ago
OpenSSH is certainly the standard amongst SSH servers, however, I&#x27;m curious if there are serious alternatives that offer something missing in OpenSSH? I know there&#x27;s a patch floating around that allowed some buffer to be configurable and boosted `scp` performance, for example, but I&#x27;m curious if there are other servers that offer anything else interesting.
评论 #9228304 未加载
评论 #9228243 未加载
jamiesonbeckerabout 10 years ago
Fingerprint hash tracking is on the plan to add to Userify soon as well, along with host key wipe and regen. Can&#x27;t wait to get some of these other awesome features mixed in. Of course, we&#x27;ll have to wait for distributions to catch up.. queue five year wait..
w8rbtabout 10 years ago
The sshlog (password logging) patch still seems to work on 6.8<p><pre><code> http:&#x2F;&#x2F;w8rbt.org&#x2F;patches&#x2F;sshlog.patch</code></pre>
评论 #9227518 未加载