SSHAPI CLI

Clones of the commands provided by OpenSSH that are option compatible wherever possible. scp - Secure copy sftp - Secure File Transfer Protocol client ssh - A shell (with some restrictions) ssh-keygen - Generate identities

License

License

MIT
Categories

Categories

CLI User Interface
GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

sshapi-cli
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

SSHAPI CLI
Clones of the commands provided by OpenSSH that are option compatible wherever possible. scp - Secure copy sftp - Secure File Transfer Protocol client ssh - A shell (with some restrictions) ssh-keygen - Generate identities

Download sshapi-cli

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
com.sshtools : sshapi-core jar 1.1.2
com.sshtools : sshapi-jsch jar 1.1.2
com.sshtools : sshapi-maverick-16 jar 1.1.2
com.sshtools : sshapi-ganymed jar 1.1.2
com.sshtools : sshapi-j2ssh jar 1.1.2
com.sshtools : sshapi-libssh jar 1.1.2
commons-cli : commons-cli jar 1.2
jline : jline jar 1.0

provided (1)

Group / Artifact Type Version
oro : oro jar 2.0.8

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1
1.1.0