Skip navigation links

Package com.jcabi.ssh

SSH client.

See: Description

Package com.jcabi.ssh Description

SSH client.

Usage scenario is very simple:

 String hello = new Shell.Plain(
   new SSH(
     "ssh.example.com", 22,
     "yegor", "-----BEGIN RSA PRIVATE KEY-----..."
   )
 ).exec("echo 'Hello, world!'");

The only dependency you need is (check our latest version available at ssh.jcabi.com):

<depedency>
   <groupId>com.jcabi</groupId>
   <artifactId>jcabi-ssh</artifactId>
 </dependency>
Since:
1.0
Version:
$Id: be1813dcb8f7a19eb0f3ea4e283df80e66699043 $
Author:
Yegor Bugayenko (yegor256@gmail.com)
See Also:
project website, article by Yegor Bugayenko
Skip navigation links

Copyright © 2012–2017 jcabi.com. All rights reserved.