I want to create a Java application to connect to my remote Linux server with ssh. Can someone send me some docs or tutorials to begin with sshj in eclipse (I'm working in a Windows environment).
Asked
Active
Viewed 2.5k times
7
-
Here's an example piece of code that will connect to a linux box up in AWS http://stackoverflow.com/a/15800383/311525 – Scott Apr 12 '13 at 16:01
-
4Sorry, but this is really not a question. You are just asking some one to do the search for you ... – Kousalik Sep 21 '16 at 20:33
1 Answers
9
sshj has examples included with the source code:
https://github.com/hierynomus/sshj/tree/master/examples/src/main/java/net/schmizz/sshj/examples

Karthik Chandraraj
- 1,051
- 2
- 14
- 27

kongo09
- 1,281
- 10
- 23
-
-
https://github.com/hierynomus/sshj/tree/master/examples/src/main/java/net/schmizz/sshj/examples – Alexander Sidikov Pfeif Sep 26 '15 at 16:49