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 to deprecate SHA-1 logins due to security risk

1 pointsby pedro84almost 5 years ago

1 comment

pedro84almost 5 years ago
<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.