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

코드를 다시 한번 저자에 의해 유지됩니다. 이 릴리스 때, SSH_MSG_IGNORE 패킷, "none"으로 인증 방법 개정에 대한 지원을 전송에 대한 지원을 InterruptedException 잡기, 향상된 동작의 모든 수정 프로그램과 2006 년 이후 누적 개선 : 문제 해결 기본 플랫폼에 문자 인코딩, 버그 SSHD 서버에 대한 해결 방법을 포함 은 SHA - 1의 코드를 최적화 (함께해야 속도를 두 번 이상)에 비해, SFTP를 코드에 대한 수정 프로그램, 그리고 더욱 많은.
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

이 릴리스 SFTP를 v3가, 즉 HTTP 프록시 연결을 모니터링, 향상된 포트 포워딩, 더 나은 호환성는 Diffie - Hellman 그룹 교환 및 SCP가 코드에 대한 지원을 강화하고있다.
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

이것은 주요 릴리스입니다. 채널 코드를 처음부터 다시 작성되었습니다. X11과 리모트 포트 포워딩이 추가되었습니다. 각종 작은 변화되었다.
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

주요 변경 사전 X11과 리모트 포트 포워딩을 지원하는 추가되었습니다. 또한 더 강력한 인터페이스를 기다리는 상태를 구현했다. 채널 코드를 청소했다.
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

이 릴리스에는 RSA는 개인 키를 추가로 지원되는 PEM 암호화된 파일에 대한 지원을 확대 (데 및 AES 암호 해독)을 추가합니다. 그것은 처리 파일 knownhosts에 대한 광범위한 지원을 추가합니다. 예제 섹션을 확장되었습니다; 거기에 지금은 아주 기본적인 스윙 기반의 터미널입니다. 자주 묻는 질문이 추가되었습니다. 입력 및 outputStream 코드는 기본 전송 수준으로 더 많은 직접적인 인터페이스로 연결 개정되었습니다. 많은 코드를 정리뿐만 아니라, 버그수정입니다.
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