Downloadliste

Projektbeschreibung

Ganymed SSH-2 for Java is a library that implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2, 5, and 6). 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 cryptographic functionality is included.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-03-16 01:24
Build 250

Der Code ist einmal mehr durch ihren ursprünglichen Autors erhalten. Diese Version enthält alle Updates und Verbesserungen, die seit 2006 gesammelt: Updates für die Standard-Plattform Zeichencodierungen, Workarounds für Buggy SSHD Server, verbessertes Verhalten beim Fang ein InterruptedException, Unterstützung für das Senden SSH_MSG_IGNORE Pakete, die Unterstützung für die "none" Authentifizierungsmethode überarbeitet, SHA-1-Code (mit Optimierungen, sollte mehr als das Doppelte Geschwindigkeit), wurde für die SFTP-Code und vieles mehr.
The code is once again maintained by its original author. This release includes all the fixes and improvements that accumulated since 2006: fixes for the default platform character encodings, workarounds for buggy SSHD servers, improved behavior when catching an InterruptedException, support for sending SSH_MSG_IGNORE packets, support for the "none" authentication method, revised SHA-1 code (with optimizations that should more than double speed), fixes for the SFTP code, and many more.

2006-10-06 19:14
Build 210

Diese Mitteilung hat die Unterstützung für SFTP v3, HTTP-Proxies, Verbindungs-überwachung, Verbesserung der Port-Weiterleitung, eine bessere Kompatibilität für das Diffie-Hellman-Gruppe auszutauschen, und Verbesserungen in den SCP-Code.
Tags: Major feature enhancements
This release has support for SFTP v3, HTTP proxies, connection monitoring, improved port forwarding, better compatibility for the Diffie-Hellman group exchange, and enhancements in the SCP code.

2006-02-15 16:58
Build 209

Dies ist ein Major Release. Der Kanal-Code wurde von Grund auf neu geschrieben. X11-und Remote-Port-Forwarding wurden hinzugefügt. Verschiedene kleine Änderungen vorgenommen wurden.
Tags: Major feature enhancements
This is a major release. The channel code has been
rewritten from scratch. X11 and remote port
forwarding have been added. Various small changes
were made.

2005-12-07 16:34
Build 209-beta3

Die wichtigste Änderung ist der Zusatz von vorläufigen X11 und Remote-Port-Forwarding unterstützen. Auch eine stärkere Zustand-wait-Schnittstelle implementiert. Der Kanal-Code wurde aufgeräumt.
Tags: Minor feature enhancements
The main change is the addition of preliminary X11
and remote port forwarding support. Also, a more
powerful condition-wait interface was implemented.
The channel code was cleaned up.

2005-08-24 23:18
Build 208

Diese Veröffentlichung fügt privater RSA-Schlüssel zu unterstützen und erweitert die Unterstützung für verschlüsselte PEM-Dateien (fügt DES und AES-Entschlüsselung). Sie fügt hinzu, umfassende Unterstützung für knownhosts Datei Handling. Die Beispiele Abschnitt wurde erweitert, es gibt jetzt eine sehr einfache Swing-basierte Terminals. Eine FAQ wurde hinzugefügt. Input-und OutputStream-Code wurde überarbeitet, was zu einer direkten Schnittstelle zu den zugrunde liegenden Transport-Ebene führt. Es gibt viele Aufräumarbeiten sowie Bugfixes.
Tags: Major feature enhancements
This release adds RSA private key support and extends support for encrypted PEM files (adds DES and AES decryption). It adds extensive support for knownhosts file handling. The examples section has been extended; there is now a very basic Swing-based terminal. A FAQ has been added. Input- and OutputStream code has been revised, which leads to a more direct interface to the underlying transport level. There are many code cleanups as well as bugfixes.

Project Resources