[ 
https://issues.apache.org/jira/browse/CAMEL-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176214#comment-13176214
 ] 

Jason Whaley commented on CAMEL-4713:
-------------------------------------

I've added some parameterization to this and it is working, at least according 
to some test methods I've written that embed apache sshd (warning: they aren't 
fast tests).  Right now it supports retry logic, keeps a connection alive 
across multiple message exchanges, and allows you to use key or password based 
auth (though right now it expects a private key file from a File reference 
instead of from class path or from a keystore).

Could someone give it a look and provide some feedback on this code as it 
exists?
                
> 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

        

Reply via email to