File: control

package info (click to toggle)
ganymed-ssh2 263-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,284 kB
  • sloc: java: 14,791; xml: 231; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download
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
28
29
Source: ganymed-ssh2
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 javahelper,
 junit4 <!nocheck>,
 maven-debian-helper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/ganymed-ssh2.git
Vcs-Browser: https://salsa.debian.org/java-team/ganymed-ssh2
Homepage: https://www.ganymed.ethz.ch/ssh2
Rules-Requires-Root: no

Package: libganymed-ssh2-java
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: pure Java implementation of the SSH-2 protocol
 Ganymed SSH-2 for Java is a library which implements the SSH-2
 protocol in pure Java. 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.