Uncategorised Important Java SSH Security Update: New SSH Vulnerability Discovered – CVE-2023-48795 December 18, 2023 / September 2, 2025 by Lee Painter 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 » Java SSH SSH
Uncategorised SFTP vs HTTPS – What Are the Key Differences? December 7, 2023 / September 2, 2025 by Lee Painter When it comes to the world of data transfer, there are two main metrics that stand out: SFTP, which stands for Secure File Transfer Protocol, and HTTPS, which is an acronym for Hypertext Transfer Protocol Secure. While both SFTP and HTTPS have their own advantages and disadvantages, this article will aim to provide a balanced […] Read more »
Uncategorised Addressing the Passive SSH Key Compromise: Security Update for Maverick Servers November 21, 2023 / September 2, 2025 by Lee Painter Introduction In the dynamic landscape of cybersecurity, vigilance is critical. 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 »
Uncategorised White Box Penetration Testing: A Brief Guide September 28, 2023 / September 2, 2025 by Lee Painter White Box Penetration Testing: An Introduction In this guide, we will discuss what white box penetration testing is, as well as discussing black box penetration testing, grey box penetration testing, and the various benefits associated with it. What is Penetration Testing? Defined simply, penetration is where an ethical hacker is given access to a network, […] Read more »
Uncategorised MFA Bombing: Everything You Need to Know September 28, 2023 / September 2, 2025 by Lee Painter MFA Bombing: How Does it Work? MFA bombing (multi-factor authentication) bombing, is a type of social engineering cyber attack during which hackers repeatedly push authentication requests. The end goal of this is to cause a user to enable hackers to access the now-compromised account. What is MFA? This is the definition of MFA bombing (you […] Read more »
Uncategorised Integrating WireGuard with Active Directory: Bridging the Gap September 27, 2023 / September 2, 2025 by Lee Painter Integrating WireGuard with Active Directory: Bridging the Gap WireGuard is rapidly becoming the go-to VPN protocol of many due to its speed, simplicity, and strong encryption. However, as enterprises migrate or consider migrating to WireGuard, they often face a fundamental challenge: Integrating it seamlessly with their existing user management systems, such as Active Directory (AD). […] Read more »
Uncategorised The Evolution of Java SSH Libraries June 4, 2023 / September 2, 2025 by Lee Painter Introduction Secure Shell (SSH) is an essential protocol for secure communication over unsecured networks. Developed in the 1990s, and designed as a replacement for insecure remote shell protocols like telnet and rsh, providing encrypted channel communication and strong authentication. With two iterations, SSH-1 and SSH-2, SSH-2 is the most widely used version today due to […] Read more » Open-Source SSH
Uncategorised Overcoming SFTP Slow Performance Due to Network Latency with Push SFTP June 2, 2023 / September 2, 2025 by Lee Painter In an era where data security is paramount, the SSH File Transfer Protocol (SFTP) has been a go-to choice for secure and reliable file transfers over the internet. However, despite its significant advantages, SFTP is not immune to performance issues caused by network latency. Because SFTP operates sequentially, waiting for an acknowledgement after each data […] Read more » Push SFTP
Uncategorised Here’s Our Release Notes for LogonBox 2.4.2 April 11, 2023 / September 2, 2025 by Lee Painter This release includes fixes to some bugs, has several user interface improvements and introduces new cloud messaging options to help streamline the set-up of new appliances. Notable Bug Fixes One of the improvements of the 2.4 branch has been the tightening up of browser security headers to improve vulnerability management; however, this change introduced regressions […] Read more » Release Notes
Uncategorised No matching host key type found. Their offer: ssh-rsa December 6, 2022 / September 2, 2025 by Lee Painter After upgrading your OpenSSH client or your OS distribution, you may encounter this error when connecting to your SSH servers. What does “no matching host key type found” mean? When establishing an SSH connection, the client uses the host key of the SSH server to verify the information the server has provided, which it does […] Read more »