1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: trilead-ssh2
Section: java
Priority: optional
Maintainer: Matthew Johnson <mjj29@debian.org>
Build-Depends: debhelper (>> 7), javahelper (>=0.25)
Build-Depends-Indep: default-jdk
Standards-Version: 3.7.3
Homepage: http://svn.svnkit.com/repos/svnkit/tags/1.3.2/contrib/trilead/
Package: libtrilead-ssh2-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: Java SSH libarary
Trilead SSH for Java is a freely available open-source library which
implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). 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.
|