GithubHelp home page GithubHelp logo

hudson / ganymed-ssh-2 Goto Github PK

View Code? Open in Web Editor NEW
88.0 20.0 46.0 276 KB

Java based SSH-2 Protocol Implementation (Forked from http://code.google.com/p/ganymed-ssh-2/)

Home Page: http://code.google.com/p/ganymed-ssh-2/

License: Other

Java 96.79% HTML 3.21%

ganymed-ssh-2's Introduction

Ganymed SSH-2 for Java - build 260
========================================

http://www.cleondris.ch/opensource/ssh2/

Ganymed SSH-2 for Java is a library which 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 crypto functionality is included.

Ganymed SSH-2 for Java was originally developed for the Ganymed replication project
and a couple of other projects at the IKS group at ETH Zurich (Switzerland).

This distribution contains the source code, examples, javadoc and the FAQ.
It also includes a pre-compiled jar version of the library which is ready to use.

- Please read the included LICENCE.txt
- Latest changes can be found in HISTORY.txt

The latest version of the FAQ is available on the website.

Zurich, August 2010

ganymed-ssh-2's People

Contributors

8nevil8 avatar vuppalaprasanth avatar wjprakash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ganymed-ssh-2's Issues

setSoTimeout(connectTimeout)

in ch\ethz\ssh2\Connection.java:
tm.setSoTimeout(connectTimeout);

connectTimeout should affect socket connecting operation only, normally it is a short period of time, for instance, 3 secs. setSoTimeout() is expected to set a timeout for later socket read operation. How long the time period depends on the business requirements. So, it is better to introduce an additional parameter 'socketTimeOut'.

Thanks,

Forwarding sockets

As far as I have seen only forwarding ports is supported, no forwarding sockets.
But SSH now can do from port to socket, from socket to port, from port to port and from socket to socket.
Would be nice if this were supported.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.