You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Massol <vm...@octo.com> on 2002/12/18 16:04:27 UTC

[OT] SSH2 java implementation

Hi,

FYI and slightly OT. Here is a pure java implementation of the ssh2
protocol: http://freshmeat.net/projects/jsch/?topic_id=44

This could be useful for integration in plugins that need to use ssh
such as for publishing jars to the remote site, etc. It could make life
easier (if it works nicely) for users?

-Vincent