SSHAPI Core · This library is the core of SSHAPI, and implements no actual provider bridges. This is all you need to compile an application, but at least one provider bridge and provider library will be required at run-time. It also contains a number of utility classes that are used by the various implementations.
Group: com.sshtools - All Dependencies
Base API · The core components shared between the Maverick Synergy and Maverick Legacy SSH APIs
Client API · The client-side implementation for the Maverick Synergy SSH API
Server API · The server-side implementation for the Maverick Synergy SSH API
Virtual Sessions · Support for a virtual sessions, custom command execution etc.
Virtual File System · Support for mounting multiple back-end AbstractFile implementations in a virtual file structure
SSHAPI Maverick 1.6+ · This version uses the Mavenized 1.6/1.7 branch of Maverick. It will probably eventually become the default Maverick provider implementation, but until such a time it will be a separate module. Using this version we pull the Maverick jars from the SSHTools repository and build directly Maverick is the definitive solution for total SSH compatibility on the Java™ platform. The library is designed to support SSH1 and SSH2 using any version of the Java Development Kit from 1.1 and above, and the API is also now J2ME-ready1 in anticipation of the new breed of interconnected mobile devices Downloads and more information about Maverick may be found at http://www.sshtools.co.uk/en/j2ssh-maverick/. This library is the provider bridge for SSHAPI.
SSHAPI Jsch · JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. Downloads and more information about JSch may be found at http://www.jcraft.com/jsch/. This library is the provider bridge for SSHAPI.
SSHAPI J2SSH · J2SSH is a suite of Java SSH applications providing a Java SSH API, SSH Terminal, SSH secured VNC client, SFTP client and SSH Daemon. Downloads and more information about J2SSH may be found at http://sshtools.sourceforge.net/. This library is the provider bridge for SSHAPI.
SSHAPI Ganymed · Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There are no dependencies on any JCE provider, as all crypto functionality is included. Originally, Ganymed SSH-2 for Java was developed for the Ganymed replication project at ETH Zurich (Switzerland). Downloads and more information about JSch may be found at http://www.cleondris.ch/opensource/ssh2/. This library is the provider bridge for SSHAPI.
Key Agent · Client and server implementations of the SSH agent protocol
Maverick Virtual Session · Framework for a tabbed user interface of connections to some local or remote resources.
SSHTOOLS UI · Utility classes used in a number of SSHTOOLS AWT/Swing UI projects.
SSHAPI libssh · libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.
RFB Server · Remote Frame Buffer (VNC Server) implementation. This is the base module if you want to create a VNC server. It takes a layered driver approach to add native specific features (which is recommened as the cross-platform default "Robot" driver is very slow). See the vncserver module for a concrete server implementation that has some native performance improvements for some platforms.
RFB Common · Remote Frame Buffer common code used both in client and server.
XDAMAGE Java Bindings · This is a simple extension of JNA Platform, adding the XFixes and XDamage extensions (and a couple more X11 functions)
X509 Certificate Support · Support for X509 certificates as SSH host and authentication keys
Common API · The core components shared between the Maverick Synergy Client and Maverick Synergy Server SSH APIs
Unified API · Dependency group for the unified Maverick Synergy SSH API