1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: jsch
Section: devel
Priority: optional
Maintainer: Jerry Haltom <wasabi@larvalstage.net>
Build-Depends-Indep: debhelper (>= 4.0.0), cdbs, kaffe (>= 2:1.1.4.PRECVS6-1), libant1.6-java, jikes-kaffe
Standards-Version: 3.6.1
Package: libjsch-java
Architecture: all
Depends: java-virtual-machine | kaffe
Description: java secure channel
JSch is a pure Java implementation of SSH2. JSch allows you to
connect to an sshd server and use port forwarding, X11 forwarding,
file transfer, etc., and you can integrate its functionality
into your own Java programs. JSch is licensed under a BSD style
license.
Package: libjsch-java-doc
Architecture: all
Description: java secure channel examples
JSch is a pure Java implementation of SSH2. JSch allows you to
connect to an sshd server and use port forwarding, X11 forwarding,
file transfer, etc., and you can integrate its functionality
into your own Java programs. JSch is licensed under a BSD style
license.
.
This package contains the example code.
|