I fixed this myself. My SFTP server required to be in known_hosts file on my
client machine.
Andriy Kro wrote:
>
> Hi,
>
> I use such a configuration to poll our sftp-server:
>
>
> uri="sftp://t...@192.168.1.10/var/test/in?password=test&binary=true&consumer.delay=1000"/>
>
>
>
> When I t
A rejection of a known_host under *nix ssh'ing is due to the "host key" of
the remote server (where you are connecting to) differing to the one you
have stored locally (thus a known host).
Under ssh, if the remote system obtains a different host key (such as the
server is rebuilt, or another takes
What does google say?
Maybe the remote SFTP server does not accept your IP or something.
There are some parameters to SFTP to set a known hosts file etc.
http://camel.apache.org/ftp.html
On Tue, Jan 27, 2009 at 11:16 AM, Andriy Kro wrote:
>
> Hi,
>
> I use such a configuration to poll our sftp