tree: 5a6e7a5fb355cb825a1e1ca543e6a7839803d83a [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
examples/camel-example-ssh/README.md

SSH Example

Introduction

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.

Build

You will need to compile this example first:

mvn install

Run with maven

To run the example using Maven type

mvn camel:run

To stop the example hit ctrl+c

Run with Karaf

If using Apache Karaf / Apache ServiceMix you can install this example from the shell

features:chooseurl camel <camel version>
features:addurl mvn:org.apache.camel/camel-example-ssh/<camel version>/xml/features
features:install camel-example-ssh

Forum, Help, etc

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!