
SSH Team
ssh-team / access-brokerEliminate static SSH keys and permanent bastions. Deploy a streamlined gateway that issues policy-driven, short-lived signed certificates based on user identity.
Production-ready security components built for modern platform operations. Run our fully featured community appliances completely free in Docker—no feature gates, no user locks. Scale seamlessly when your team needs centralized enterprise compliance and auditing.
// 25 Years of SSH & Protocol Engineering
“Every day, petabytes of mission-critical data flow through secure pipelines built on Jadaptive core infrastructure.”
[ 01 / PROVEN AUTHORITY ]
We don't just use standard security libraries; we've spent over two decades writing the foundational code that powers them. Our core APIs have been trusted across banking, defense, and global enterprise infrastructure since 2002.
[ 02 / BATTLE-TESTED SCALE ]
Over half of the world's most popular Managed File Transfer (MFT) solutions run our SSH and security APIs under the hood. When you deploy our community appliances, you are running the exact same production-grade code that silently moves enterprise payloads at scale every single day.
[ 03 / THE MONETIZATION LINE ]
Engineered to eliminate setup friction for developers while providing absolute control for enterprise policy. Run our appliances free to solve your immediate access problems, and hook into our compliance tier when your organization scales.
* Licensed for internal business operations only. Commercial resale, white-labeling, or multi-tenant SaaS hosting requires an Enterprise license.











// Available Docker Appliances

ssh-team / access-brokerEliminate static SSH keys and permanent bastions. Deploy a streamlined gateway that issues policy-driven, short-lived signed certificates based on user identity.

nodal-vpn / secure-remote-accessDeploy a streamlined WireGuard access appliance that puts you in control. Enforce user identity validation and policy-driven 2FA based on your team's specific access rules.

pwd-express / identity-vaultDeploy an un-gatekeeped appliance to automate password management. Integrates directly into Active Directory, Microsoft Entra, and Google Workspace out of the box.
// connect, upload, and execute over SSH
SshClient ssh = SshClientBuilder.create()
.withHostname("localhost")
.withPort(2222)
.withUsername("root")
.withPassword("xxxxx")
.build();
ssh.putFile(new File("package.deb"));
ssh.executeCommand("dpkg -i package.deb");// Supporting Open Innovation
Our founder, Lee Painter, recently launched Vork, an open community project exploring a different approach to software — one where organisations build and share behaviours instead of buying more applications.
Jadaptive actively contributes engineering, infrastructure and real-world experience to the project. We develop and test new ideas using our own products and workflows, contribute code and documentation, and provide hosting for community services such as the Vork Relay.
We believe the best way to build the future is to use it ourselves.
// Ideas from The Workshop
Vork started as a software project. It has become something much bigger: an exploration of how AI changes the way we build, use and think about software.
In The Workshop, founder Lee Painter writes about engineering, AI, bootstrapping and the observations that shape Vork's development. It's where product ideas begin, assumptions are challenged and the future is explored — one article at a time.
// ENGINEERING INSIGHTS

A comprehensive tour through two decades of Java SSH libraries — from MindTerm, JSch, and J2SSH to modern powerhouses like Apache Mina SSHD and Maverick Synergy.
Read article
WireGuard only understands public keys — not users or passwords. Here's why bolting on 2FA by hand is brittle, and how Nodal VPN adds identity in minutes.
Read article
Generating, protecting, and rotating SSH keys the right way — plus how OpenSSH certificates and centralized tooling strengthen your security posture.
Read article