Hi Iocanel :
Thanks for the reply. My route will have to open the connection with digi
device and automatically send SSH commands to it by pulling them from the
database. Can you provide some hints how can I send SSH commands using
camel-exec after establishing connection with the digi device.
Th
Theoretically, you could use camel-netty or camel-mina to do so, but I will
propose a more easy approach which is camel-exec:
http://camel.apache.org/exec.html
Using camel exec you could execute commands in your system. So I guess that
something like ssh username:host -C command would do the trick