Important Java SSH Security Update: New SSH Vulnerability Discovered – CVE-2023-48795

lines of html code on a screen

Today, we bring to your attention a critical security announcement that demands immediate attention from system administrators, security professionals, and all Secure Shell (SSH) technology users. A team of security researchers from Ruhr University Bochum has uncovered significant vulnerabilities in SSH, which seriously threaten channel integrity. You can find comprehensive details of these findings at […]

Read More…

Posted in SSH

Addressing the Passive SSH Key Compromise: Security Update for Maverick Servers

a public and private key pictured either side of a door leading to personal data

Introduction In the dynamic landscape of cybersecurity, vigilance is key. A recent study has highlighted a vulnerability known as “Passive SSH Key Compromise,” which poses risks to SSH connections through certain RSA key signature generation flaws. At Jadaptive, we prioritize your security and have conducted a comprehensive analysis of our products in light of this […]

Read More…

Posted in SSH

Convert OpenSSH Private Key to OpenSSL Private Key in Java

a public and private key pictured either side of a door leading to personal data

In 2019, I answered a question on StackOverflow on converting an OpenSSH Private Key to an RSA Private Key. Recently I had an inquiry about this, so I thought it would be helpful to document for others the exact steps required to perform the conversion in Java using the Maverick Synergy Java SSH API. https://stackoverflow.com/questions/56900615/how-to-convert-openssh-private-key-to-rsa-private-key-in-java […]

Read More…

Posted in SSH

What impact will OpenSSH disabling SSH-RSA signatures have on Maverick Java SSH API

open shh graphic

With the release of OpenSSH 8.2 last week, the project announced that they would be disabling ssh-rsa signatures in a future version. I thought that it would be paramount to update our API users as to what this means in practice and how it will impact your implementations. Why are SSH-RSA signatures being disabled? OpenSSH […]

Read More…

Posted in SSH