This example shows how use SSH with Camel. It can be run using Maven.
This example is built assuming you have a running Apache ServiceMix container with the default SSH port 8101
and username / password of smx/smx.
You will need to compile this example first:
mvn install
To run the example using Maven type
mvn camel:run
To stop the example hit ctrl+c
If using Apache Karaf / Apache ServiceMix you can install this example from the shell
feature:repo-add camel ${version} feature:repo-add mvn:org.apache.camel.example/camel-example-ssh/${version}/xml/features feature:install camel-example-ssh
If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html
Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!
The Camel riders!