LogonBox VPN Release Notes LogonBox VPN 2.4.5 – Now Available November 29, 2023 / September 2, 2025 by Lee Painter Introduction LogonBox is pleased to announce the immediate availability of LogonBox VPN 2.4.5.This release includes significant performance improvements to some database calls, greater control over when you can sync your users and changes to OTP email storage. This release also introduces the ability to purchase licenses directly from within the product and now supports recurring […] 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 »
Active Directory How to manage Active Directory Migration Tools: A Comprehensive Guide November 13, 2023 / September 2, 2025 by Lee Painter In this article, we will discuss some of the best tips and advice on how you can manage migration tools. We will begin the article with an introduction on what these tools are, as well as what makes for a successful migration. What Are Active Directory Migration Tools? The Active Directory Migration Tool (often shortened […] 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 »
SSH Certificates OpenSSH Certificate Cheatsheet September 13, 2023 / September 2, 2025 by Lee Painter Almost all SSH users are familiar with public key authentication and use SSH private keys to authenticate themselves when logging into a remote machine. The SSH key mechanism is relatively simple; the user generates a private key and shares his public key with the administrators of the devices he wants to access. A device administrator […] Read more »
SSH Certificates Understanding SSH Certificates: A Beginner’s Guide September 13, 2023 / September 2, 2025 by Lee Painter Secure Shell (SSH) is a cryptographic network protocol for securely accessing and managing systems over an unsecured network. While most people are familiar with SSH keys for authentication, there’s another powerful feature of SSH that’s less commonly used but offers enhanced security and scalability: SSH Certificates. What are SSH Certificates? SSH certificates are an evolution […] Read more »
ssh-agent Frequently Asked Questions (FAQs) about ssh-agent September 6, 2023 / September 2, 2025 by Lee Painter What is ssh-agent? ssh-agent is a background program that handles SSH private keys and their passphrases, making it easier to manage SSH-based authentication without entering your passphrase every time. How do I start ssh-agent? On most UNIX-based systems, you can start ssh-agent by running the command eval $(ssh-agent -s) for Bourne-like shells or evalssh-agent -c“ […] 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