SSHAPI libssh

libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.

License

License

MIT
GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

sshapi-libssh
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

SSHAPI libssh
libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.

Download sshapi-libssh

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.sshtools : sshapi-core jar 1.1.2
net.java.dev.jna : jna jar 3.2.7
com.nativelibs4java : jnaerator-runtime jar 0.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1