Hi Sumit, not sure if you'll shoot yourself in the foot, but you could do change component's configuration from a processor, like:
from("direct:s").process((exchange) -> exchange.getContext()
.getComponent("ssh", SshComponent.class)
.getConfiguration()
.setPassword("..."))
.to("ssh:...");
zoran
On Wed, Apr 12, 2017 at 7:34 PM, urwithsumit <[email protected]> wrote:
> Any advice on how i can make a SSH login with username and a RSA Token ex:
> 87632345?
--
Zoran Regvart
