Hi -
Can you please send me how you passed the privateKeyFile to the sftp
component?
I was getting same error and when i added this parameter with physical path
to the private key.
Thanks,
Chandra
--
View this message in context:
http://camel.465427.n5.nabble.com/sftp-without-passward-unable
Hi,
now i understood.
Using sftp ( not ftps what i did ) i can i use my private ssh key file.
Setting up privateKeyFile works fine.
thanks for our time and explanations.
kh
-
kh
--
View this message in context:
http://camel.465427.n5.nabble.com/sftp-without-passward-unable-to-connect
Thanks,
now i understood.
I must use sftp and setting privateKeyFile (there is no automatism find that
the key file,
as from commandline)
It works fine.
Thanks for your time and explanations.
Karlheinz
-
kh
--
View this message in context:
http://camel.465427.n5.nabble.com/sftp-wit
-like protocol over ssh) you
need to set the parameter privateKeyFile instead.
Best regards
Stephan
-Original Message-
From: kalber [mailto:karlheinz.al...@swslt.com]
Sent: Mittwoch, 30. Oktober 2013 16:54
To: users@camel.apache.org
Subject: RE: sftp without passward, unable to connect
Hi,
Hi,
yes i'm using private key to authenticate to the server. I add how you
suggest the uri options from ftps component as
follow :
1. ftpClient.keyStore.file=/home/kalber/xx/id_rsa
2. ftpClient.keyStore.password=password ( only to avoid null pointer, no
password need )
After this i get a jav
Hi,
If you are doing command line sftp without a password that usually means that
you are using a private key to authenticate to the server. There are parameters
for this private key (and the passphrase) in Camel's sftp component (see the
documentation for details). If you are using the sftp cl