Download List

專案描述

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.

System Requirements

System requirement is not defined
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

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

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.
標籤: Major feature enhancements

2006-02-15 16:58
Build 209

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.
標籤: Major feature enhancements

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

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.
標籤: Minor feature enhancements

2005-08-24 23:18
Build 208

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.
標籤: Major feature enhancements

Project Resources