TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

OpenSSH to deprecate SHA-1 logins due to security risk

1 点作者 pedro84将近 5 年前

1 comment

pedro84将近 5 年前
<a href="http:&#x2F;&#x2F;www.openssh.com&#x2F;txt&#x2F;release-8.3" rel="nofollow">http:&#x2F;&#x2F;www.openssh.com&#x2F;txt&#x2F;release-8.3</a><p>To check whether a server is using the weak ssh-rsa public key algorithm, for host authentication, try to connect to it after removing the ssh-rsa algorithm from ssh(1)&#x27;s allowed list:<p>ssh -oHostKeyAlgorithms=-ssh-rsa user@host<p>If the host key verification fails and no other supported host key types are available, the server software on that host should be upgraded.