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: 2aa32d277d07ce0ed3fd94796e7da39685df4b22 $
Author:
Yegor Bugayenko (yegor@teamed.io)
See Also:
project website, article by Yegor Bugayenko

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