[
https://issues.apache.org/jira/browse/CAMEL-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13177223#comment-13177223
]
Scott Cranton commented on CAMEL-4713:
--------------------------------------
Looks like a couple of us have the same thought. I've been working on a Mina
SSHD client based component as well
https://github.com/scranton/camel/tree/camel-ssh
Mine uses the following syntax
"ssh://[user[:password]@]host[:port][?queryParams]", and I'm using the exchange
body as the command(s) to send to the SSH Server. I was thinking of also
allowing this to be a ScheduledPollConsumer using a "pollCommand=<command>"
parameter to avoid the timer;setBody;to uri="ssh" boilerplate.
I've got it merged in the camel trunk with a Mina SSHD unit test, an example in
examples/camel-example-ssh, and I've added some OSGi stuff such that you can
deploy the example in Karaf 2.2.4 and at least the simple example works...
Jason: would love to work with you on this. Let me take a look at what you've
already done, and let's see how we can collaborate...
> Create a camel component for SSH
> --------------------------------
>
> Key: CAMEL-4713
> URL: https://issues.apache.org/jira/browse/CAMEL-4713
> Project: Camel
> Issue Type: New Feature
> Reporter: Ioannis Canellos
> Fix For: 2.10
>
>
> Lately, I've seen a lot of questions in the mailing list for people that
> would want to use camel to execute SSH commands to remote hosts.
> I think it would be nice if we could provide such component to the users.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira