Last Version

SSHAPI Ganymed 1.1.2

Ganymed SSH-2 for Java is a 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. Originally, Ganymed SSH-2 for Java was developed for the Ganymed replication project at ETH Zurich (Switzerland). Downloads and more information about JSch may be found at http://www.cleondris.ch/opensource/ssh2/. This library is the provider bridge for SSHAPI.

License

License

MIT
GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

sshapi-ganymed
Version

Version

1.1.2
Type

Type

jar
Description

Description

SSHAPI Ganymed
Ganymed SSH-2 for Java is a 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. Originally, Ganymed SSH-2 for Java was developed for the Ganymed replication project at ETH Zurich (Switzerland). Downloads and more information about JSch may be found at http://www.cleondris.ch/opensource/ssh2/. This library is the provider bridge for SSHAPI.

Download sshapi-ganymed 1.1.2


<!-- https://jarcasting.com/artifacts/com.sshtools/sshapi-ganymed/ -->
<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>sshapi-ganymed</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/sshapi-ganymed/
implementation 'com.sshtools:sshapi-ganymed:1.1.2'
// https://jarcasting.com/artifacts/com.sshtools/sshapi-ganymed/
implementation ("com.sshtools:sshapi-ganymed:1.1.2")
'com.sshtools:sshapi-ganymed:jar:1.1.2'
<dependency org="com.sshtools" name="sshapi-ganymed" rev="1.1.2">
  <artifact name="sshapi-ganymed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='sshapi-ganymed', version='1.1.2')
)
libraryDependencies += "com.sshtools" % "sshapi-ganymed" % "1.1.2"
[com.sshtools/sshapi-ganymed "1.1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
com.sshtools : sshapi-core jar 1.1.2
ch.ethz.ganymed : ganymed-ssh2 jar 262

Project Modules

There are no modules declared in this project.