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 client of openssh from the command line (e.g. if you are doing this from a Linux box) the private key is in ~/.ssh/id_dsa or ~/.ssh/id_rsa. If you don't know about a passphrase and it works anyway there is probably no passphrase for this file.
Best regards Stephan -----Original Message----- From: kalber [mailto:karlheinz.al...@swslt.com] Sent: Mittwoch, 30. Oktober 2013 11:24 To: users@camel.apache.org Subject: sftp without passward, unable to connect I try to download files via sftp from a server. This works fine from command line , here the command sftp dat2...@tim.mbus:sasa/ftp/orario*.* /tmp Trying to use ftp camels ftp component, a connection is not established. What must i configure to connect with the server via sftp ? Below the log output. 30-10-2013 11:18:29 INFO JSCH -> Connecting to tim.mbus.sad.it port 22 30-10-2013 11:18:29 INFO JSCH -> Connection established 30-10-2013 11:18:29 INFO JSCH -> Remote version string: SSH-2.0-OpenSSH_5.0 30-10-2013 11:18:29 INFO JSCH -> Local version string: SSH-2.0-JSCH-0.1.49 30-10-2013 11:18:29 INFO JSCH -> CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256 30-10-2013 11:18:29 INFO JSCH -> aes256-ctr is not available. 30-10-2013 11:18:29 INFO JSCH -> aes192-ctr is not available. 30-10-2013 11:18:29 INFO JSCH -> aes256-cbc is not available. 30-10-2013 11:18:29 INFO JSCH -> aes192-cbc is not available. 30-10-2013 11:18:29 INFO JSCH -> arcfour256 is not available. 30-10-2013 11:18:29 INFO JSCH -> CheckKexes: diffie-hellman-group14-sha1 30-10-2013 11:18:29 INFO JSCH -> diffie-hellman-group14-sha1 is not available. 30-10-2013 11:18:29 INFO JSCH -> SSH_MSG_KEXINIT sent 30-10-2013 11:18:29 INFO JSCH -> SSH_MSG_KEXINIT received 30-10-2013 11:18:29 INFO JSCH -> kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 30-10-2013 11:18:29 INFO JSCH -> kex: server: ssh-rsa,ssh-dss 30-10-2013 11:18:29 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:29 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:29 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:29 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:29 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:29 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:29 INFO JSCH -> kex: server: 30-10-2013 11:18:29 INFO JSCH -> kex: server: 30-10-2013 11:18:29 INFO JSCH -> kex: client: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1 30-10-2013 11:18:29 INFO JSCH -> kex: client: ssh-rsa,ssh-dss 30-10-2013 11:18:29 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:29 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:29 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:29 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:29 INFO JSCH -> kex: client: none 30-10-2013 11:18:29 INFO JSCH -> kex: client: none 30-10-2013 11:18:29 INFO JSCH -> kex: client: 30-10-2013 11:18:29 INFO JSCH -> kex: client: 30-10-2013 11:18:29 INFO JSCH -> kex: server->client aes128-ctr hmac-md5 none 30-10-2013 11:18:29 INFO JSCH -> kex: client->server aes128-ctr hmac-md5 none 30-10-2013 11:18:29 INFO JSCH -> SSH_MSG_KEXDH_INIT sent 30-10-2013 11:18:29 INFO JSCH -> expecting SSH_MSG_KEXDH_REPLY 30-10-2013 11:18:30 INFO JSCH -> ssh_rsa_verify: signature true 30-10-2013 11:18:30 WARN JSCH -> Permanently added 'tim.mbus.sad.it' (RSA) to the list of known hosts. 30-10-2013 11:18:30 INFO JSCH -> SSH_MSG_NEWKEYS sent 30-10-2013 11:18:30 INFO JSCH -> SSH_MSG_NEWKEYS received 30-10-2013 11:18:30 INFO JSCH -> SSH_MSG_SERVICE_REQUEST sent 30-10-2013 11:18:30 INFO JSCH -> SSH_MSG_SERVICE_ACCEPT received 30-10-2013 11:18:30 INFO JSCH -> Authentications that can continue: publickey,keyboard-interactive,password 30-10-2013 11:18:30 INFO JSCH -> Next authentication method: publickey 30-10-2013 11:18:30 INFO JSCH -> Authentications that can continue: keyboard-interactive,password 30-10-2013 11:18:30 INFO JSCH -> Next authentication method: keyboard-interactive 30-10-2013 11:18:30 INFO JSCH -> Authentications that can continue: password 30-10-2013 11:18:30 INFO JSCH -> Next authentication method: password 30-10-2013 11:18:30 INFO JSCH -> Disconnecting from tim.mbus.sad.it port 22 30-10-2013 11:18:31 INFO JSCH -> Connecting to tim.mbus.sad.it port 22 30-10-2013 11:18:31 INFO JSCH -> Connection established 30-10-2013 11:18:31 INFO JSCH -> Remote version string: SSH-2.0-OpenSSH_5.0 30-10-2013 11:18:31 INFO JSCH -> Local version string: SSH-2.0-JSCH-0.1.49 30-10-2013 11:18:31 INFO JSCH -> CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256 30-10-2013 11:18:31 INFO JSCH -> aes256-ctr is not available. 30-10-2013 11:18:31 INFO JSCH -> aes192-ctr is not available. 30-10-2013 11:18:31 INFO JSCH -> aes256-cbc is not available. 30-10-2013 11:18:31 INFO JSCH -> aes192-cbc is not available. 30-10-2013 11:18:31 INFO JSCH -> arcfour256 is not available. 30-10-2013 11:18:31 INFO JSCH -> CheckKexes: diffie-hellman-group14-sha1 30-10-2013 11:18:31 INFO JSCH -> diffie-hellman-group14-sha1 is not available. 30-10-2013 11:18:31 INFO JSCH -> SSH_MSG_KEXINIT sent 30-10-2013 11:18:31 INFO JSCH -> SSH_MSG_KEXINIT received 30-10-2013 11:18:31 INFO JSCH -> kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 30-10-2013 11:18:31 INFO JSCH -> kex: server: ssh-rsa,ssh-dss 30-10-2013 11:18:31 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:31 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:31 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:31 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:31 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:31 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:31 INFO JSCH -> kex: server: 30-10-2013 11:18:31 INFO JSCH -> kex: server: 30-10-2013 11:18:31 INFO JSCH -> kex: client: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1 30-10-2013 11:18:31 INFO JSCH -> kex: client: ssh-rsa,ssh-dss 30-10-2013 11:18:31 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:31 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:31 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:31 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:31 INFO JSCH -> kex: client: none 30-10-2013 11:18:31 INFO JSCH -> kex: client: none 30-10-2013 11:18:31 INFO JSCH -> kex: client: 30-10-2013 11:18:31 INFO JSCH -> kex: client: 30-10-2013 11:18:31 INFO JSCH -> kex: server->client aes128-ctr hmac-md5 none 30-10-2013 11:18:31 INFO JSCH -> kex: client->server aes128-ctr hmac-md5 none 30-10-2013 11:18:31 INFO JSCH -> SSH_MSG_KEXDH_INIT sent 30-10-2013 11:18:31 INFO JSCH -> expecting SSH_MSG_KEXDH_REPLY 30-10-2013 11:18:31 INFO JSCH -> ssh_rsa_verify: signature true 30-10-2013 11:18:31 WARN JSCH -> Permanently added 'tim.mbus.sad.it' (RSA) to the list of known hosts. 30-10-2013 11:18:31 INFO JSCH -> SSH_MSG_NEWKEYS sent 30-10-2013 11:18:31 INFO JSCH -> SSH_MSG_NEWKEYS received 30-10-2013 11:18:31 INFO JSCH -> SSH_MSG_SERVICE_REQUEST sent 30-10-2013 11:18:31 INFO JSCH -> SSH_MSG_SERVICE_ACCEPT received 30-10-2013 11:18:31 INFO JSCH -> Authentications that can continue: publickey,keyboard-interactive,password 30-10-2013 11:18:31 INFO JSCH -> Next authentication method: publickey 30-10-2013 11:18:31 INFO JSCH -> Authentications that can continue: keyboard-interactive,password 30-10-2013 11:18:31 INFO JSCH -> Next authentication method: keyboard-interactive 30-10-2013 11:18:31 INFO JSCH -> Authentications that can continue: password 30-10-2013 11:18:31 INFO JSCH -> Next authentication method: password 30-10-2013 11:18:31 INFO JSCH -> Disconnecting from tim.mbus.sad.it port 22 30-10-2013 11:18:32 INFO JSCH -> Connecting to tim.mbus.sad.it port 22 30-10-2013 11:18:32 INFO JSCH -> Connection established 30-10-2013 11:18:32 INFO JSCH -> Remote version string: SSH-2.0-OpenSSH_5.0 30-10-2013 11:18:32 INFO JSCH -> Local version string: SSH-2.0-JSCH-0.1.49 30-10-2013 11:18:32 INFO JSCH -> CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256 30-10-2013 11:18:32 INFO JSCH -> aes256-ctr is not available. 30-10-2013 11:18:32 INFO JSCH -> aes192-ctr is not available. 30-10-2013 11:18:32 INFO JSCH -> aes256-cbc is not available. 30-10-2013 11:18:32 INFO JSCH -> aes192-cbc is not available. 30-10-2013 11:18:32 INFO JSCH -> arcfour256 is not available. 30-10-2013 11:18:32 INFO JSCH -> CheckKexes: diffie-hellman-group14-sha1 30-10-2013 11:18:32 INFO JSCH -> diffie-hellman-group14-sha1 is not available. 30-10-2013 11:18:32 INFO JSCH -> SSH_MSG_KEXINIT sent 30-10-2013 11:18:32 INFO JSCH -> SSH_MSG_KEXINIT received 30-10-2013 11:18:32 INFO JSCH -> kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 30-10-2013 11:18:32 INFO JSCH -> kex: server: ssh-rsa,ssh-dss 30-10-2013 11:18:32 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:32 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:32 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:32 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:32 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:32 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:32 INFO JSCH -> kex: server: 30-10-2013 11:18:32 INFO JSCH -> kex: server: 30-10-2013 11:18:32 INFO JSCH -> kex: client: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1 30-10-2013 11:18:32 INFO JSCH -> kex: client: ssh-rsa,ssh-dss 30-10-2013 11:18:32 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:32 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:32 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:32 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:32 INFO JSCH -> kex: client: none 30-10-2013 11:18:32 INFO JSCH -> kex: client: none 30-10-2013 11:18:32 INFO JSCH -> kex: client: 30-10-2013 11:18:32 INFO JSCH -> kex: client: 30-10-2013 11:18:32 INFO JSCH -> kex: server->client aes128-ctr hmac-md5 none 30-10-2013 11:18:32 INFO JSCH -> kex: client->server aes128-ctr hmac-md5 none 30-10-2013 11:18:32 INFO JSCH -> SSH_MSG_KEXDH_INIT sent 30-10-2013 11:18:32 INFO JSCH -> expecting SSH_MSG_KEXDH_REPLY 30-10-2013 11:18:32 INFO JSCH -> ssh_rsa_verify: signature true 30-10-2013 11:18:32 WARN JSCH -> Permanently added 'tim.mbus.sad.it' (RSA) to the list of known hosts. 30-10-2013 11:18:32 INFO JSCH -> SSH_MSG_NEWKEYS sent 30-10-2013 11:18:32 INFO JSCH -> SSH_MSG_NEWKEYS received 30-10-2013 11:18:32 INFO JSCH -> SSH_MSG_SERVICE_REQUEST sent 30-10-2013 11:18:32 INFO JSCH -> SSH_MSG_SERVICE_ACCEPT received 30-10-2013 11:18:32 INFO JSCH -> Authentications that can continue: publickey,keyboard-interactive,password 30-10-2013 11:18:32 INFO JSCH -> Next authentication method: publickey 30-10-2013 11:18:32 INFO JSCH -> Authentications that can continue: keyboard-interactive,password 30-10-2013 11:18:32 INFO JSCH -> Next authentication method: keyboard-interactive 30-10-2013 11:18:32 INFO JSCH -> Authentications that can continue: password 30-10-2013 11:18:32 INFO JSCH -> Next authentication method: password 30-10-2013 11:18:32 INFO JSCH -> Disconnecting from tim.mbus.sad.it port 22 30-10-2013 11:18:33 INFO JSCH -> Connecting to tim.mbus.sad.it port 22 30-10-2013 11:18:33 INFO JSCH -> Connection established 30-10-2013 11:18:33 INFO JSCH -> Remote version string: SSH-2.0-OpenSSH_5.0 30-10-2013 11:18:33 INFO JSCH -> Local version string: SSH-2.0-JSCH-0.1.49 30-10-2013 11:18:33 INFO JSCH -> CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256 30-10-2013 11:18:33 INFO JSCH -> aes256-ctr is not available. 30-10-2013 11:18:33 INFO JSCH -> aes192-ctr is not available. 30-10-2013 11:18:33 INFO JSCH -> aes256-cbc is not available. 30-10-2013 11:18:33 INFO JSCH -> aes192-cbc is not available. 30-10-2013 11:18:33 INFO JSCH -> arcfour256 is not available. 30-10-2013 11:18:33 INFO JSCH -> CheckKexes: diffie-hellman-group14-sha1 30-10-2013 11:18:33 INFO JSCH -> diffie-hellman-group14-sha1 is not available. 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_KEXINIT sent 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_KEXINIT received 30-10-2013 11:18:33 INFO JSCH -> kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 30-10-2013 11:18:33 INFO JSCH -> kex: server: ssh-rsa,ssh-dss 30-10-2013 11:18:33 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:33 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:33 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:33 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:33 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:33 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:33 INFO JSCH -> kex: server: 30-10-2013 11:18:33 INFO JSCH -> kex: server: 30-10-2013 11:18:33 INFO JSCH -> kex: client: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1 30-10-2013 11:18:33 INFO JSCH -> kex: client: ssh-rsa,ssh-dss 30-10-2013 11:18:33 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:33 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:33 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:33 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:33 INFO JSCH -> kex: client: none 30-10-2013 11:18:33 INFO JSCH -> kex: client: none 30-10-2013 11:18:33 INFO JSCH -> kex: client: 30-10-2013 11:18:33 INFO JSCH -> kex: client: 30-10-2013 11:18:33 INFO JSCH -> kex: server->client aes128-ctr hmac-md5 none 30-10-2013 11:18:33 INFO JSCH -> kex: client->server aes128-ctr hmac-md5 none 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_KEXDH_INIT sent 30-10-2013 11:18:33 INFO JSCH -> expecting SSH_MSG_KEXDH_REPLY 30-10-2013 11:18:33 INFO JSCH -> ssh_rsa_verify: signature true 30-10-2013 11:18:33 WARN JSCH -> Permanently added 'tim.mbus.sad.it' (RSA) to the list of known hosts. 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_NEWKEYS sent 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_NEWKEYS received 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_SERVICE_REQUEST sent 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_SERVICE_ACCEPT received 30-10-2013 11:18:33 INFO JSCH -> Authentications that can continue: publickey,keyboard-interactive,password 30-10-2013 11:18:33 INFO JSCH -> Next authentication method: publickey 30-10-2013 11:18:33 INFO JSCH -> Authentications that can continue: keyboard-interactive,password 30-10-2013 11:18:33 INFO JSCH -> Next authentication method: keyboard-interactive 30-10-2013 11:18:33 INFO JSCH -> Authentications that can continue: password 30-10-2013 11:18:33 INFO JSCH -> Next authentication method: password 30-10-2013 11:18:33 INFO JSCH -> Disconnecting from tim.mbus.sad.it port 22 30-10-2013 11:18:33 INFO JSCH -> Connecting to tim.mbus.sad.it port 22 30-10-2013 11:18:33 INFO JSCH -> Connection established 30-10-2013 11:18:33 INFO JSCH -> Remote version string: SSH-2.0-OpenSSH_5.0 30-10-2013 11:18:33 INFO JSCH -> Local version string: SSH-2.0-JSCH-0.1.49 30-10-2013 11:18:33 INFO JSCH -> CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256 30-10-2013 11:18:33 INFO JSCH -> aes256-ctr is not available. 30-10-2013 11:18:33 INFO JSCH -> aes192-ctr is not available. 30-10-2013 11:18:33 INFO JSCH -> aes256-cbc is not available. 30-10-2013 11:18:33 INFO JSCH -> aes192-cbc is not available. 30-10-2013 11:18:33 INFO JSCH -> arcfour256 is not available. 30-10-2013 11:18:33 INFO JSCH -> CheckKexes: diffie-hellman-group14-sha1 30-10-2013 11:18:33 INFO JSCH -> diffie-hellman-group14-sha1 is not available. 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_KEXINIT sent 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_KEXINIT received 30-10-2013 11:18:33 INFO JSCH -> kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 30-10-2013 11:18:33 INFO JSCH -> kex: server: ssh-rsa,ssh-dss 30-10-2013 11:18:33 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:33 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:33 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:33 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:33 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:33 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:33 INFO JSCH -> kex: server: 30-10-2013 11:18:33 INFO JSCH -> kex: server: 30-10-2013 11:18:33 INFO JSCH -> kex: client: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1 30-10-2013 11:18:33 INFO JSCH -> kex: client: ssh-rsa,ssh-dss 30-10-2013 11:18:33 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:33 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:33 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:33 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:33 INFO JSCH -> kex: client: none 30-10-2013 11:18:33 INFO JSCH -> kex: client: none 30-10-2013 11:18:33 INFO JSCH -> kex: client: 30-10-2013 11:18:33 INFO JSCH -> kex: client: 30-10-2013 11:18:33 INFO JSCH -> kex: server->client aes128-ctr hmac-md5 none 30-10-2013 11:18:33 INFO JSCH -> kex: client->server aes128-ctr hmac-md5 none 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_KEXDH_INIT sent 30-10-2013 11:18:33 INFO JSCH -> expecting SSH_MSG_KEXDH_REPLY 30-10-2013 11:18:33 INFO JSCH -> ssh_rsa_verify: signature true 30-10-2013 11:18:33 WARN JSCH -> Permanently added 'tim.mbus.sad.it' (RSA) to the list of known hosts. 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_NEWKEYS sent 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_NEWKEYS received 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_SERVICE_REQUEST sent 30-10-2013 11:18:33 INFO JSCH -> SSH_MSG_SERVICE_ACCEPT received 30-10-2013 11:18:33 INFO JSCH -> Authentications that can continue: publickey,keyboard-interactive,password 30-10-2013 11:18:33 INFO JSCH -> Next authentication method: publickey 30-10-2013 11:18:33 INFO JSCH -> Authentications that can continue: keyboard-interactive,password 30-10-2013 11:18:33 INFO JSCH -> Next authentication method: keyboard-interactive 30-10-2013 11:18:33 INFO JSCH -> Authentications that can continue: password 30-10-2013 11:18:33 INFO JSCH -> Next authentication method: password 30-10-2013 11:18:33 INFO JSCH -> Disconnecting from tim.mbus.sad.it port 22 30-10-2013 11:18:34 INFO JSCH -> Connecting to tim.mbus.sad.it port 22 30-10-2013 11:18:34 INFO JSCH -> Connection established 30-10-2013 11:18:34 INFO JSCH -> Remote version string: SSH-2.0-OpenSSH_5.0 30-10-2013 11:18:34 INFO JSCH -> Local version string: SSH-2.0-JSCH-0.1.49 30-10-2013 11:18:34 INFO JSCH -> CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256 30-10-2013 11:18:34 INFO JSCH -> aes256-ctr is not available. 30-10-2013 11:18:34 INFO JSCH -> aes192-ctr is not available. 30-10-2013 11:18:34 INFO JSCH -> aes256-cbc is not available. 30-10-2013 11:18:34 INFO JSCH -> aes192-cbc is not available. 30-10-2013 11:18:34 INFO JSCH -> arcfour256 is not available. 30-10-2013 11:18:34 INFO JSCH -> CheckKexes: diffie-hellman-group14-sha1 30-10-2013 11:18:34 INFO JSCH -> diffie-hellman-group14-sha1 is not available. 30-10-2013 11:18:34 INFO JSCH -> SSH_MSG_KEXINIT sent 30-10-2013 11:18:34 INFO JSCH -> SSH_MSG_KEXINIT received 30-10-2013 11:18:34 INFO JSCH -> kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 30-10-2013 11:18:34 INFO JSCH -> kex: server: ssh-rsa,ssh-dss 30-10-2013 11:18:34 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:34 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:34 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:34 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:34 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:34 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:34 INFO JSCH -> kex: server: 30-10-2013 11:18:34 INFO JSCH -> kex: server: 30-10-2013 11:18:34 INFO JSCH -> kex: client: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1 30-10-2013 11:18:34 INFO JSCH -> kex: client: ssh-rsa,ssh-dss 30-10-2013 11:18:34 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:34 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:34 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:34 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:34 INFO JSCH -> kex: client: none 30-10-2013 11:18:34 INFO JSCH -> kex: client: none 30-10-2013 11:18:34 INFO JSCH -> kex: client: 30-10-2013 11:18:34 INFO JSCH -> kex: client: 30-10-2013 11:18:34 INFO JSCH -> kex: server->client aes128-ctr hmac-md5 none 30-10-2013 11:18:34 INFO JSCH -> kex: client->server aes128-ctr hmac-md5 none 30-10-2013 11:18:34 INFO JSCH -> SSH_MSG_KEXDH_INIT sent 30-10-2013 11:18:34 INFO JSCH -> expecting SSH_MSG_KEXDH_REPLY 30-10-2013 11:18:34 INFO JSCH -> ssh_rsa_verify: signature true 30-10-2013 11:18:34 WARN JSCH -> Permanently added 'tim.mbus.sad.it' (RSA) to the list of known hosts. 30-10-2013 11:18:34 INFO JSCH -> SSH_MSG_NEWKEYS sent 30-10-2013 11:18:34 INFO JSCH -> SSH_MSG_NEWKEYS received 30-10-2013 11:18:34 INFO JSCH -> SSH_MSG_SERVICE_REQUEST sent 30-10-2013 11:18:34 INFO JSCH -> SSH_MSG_SERVICE_ACCEPT received 30-10-2013 11:18:34 INFO JSCH -> Authentications that can continue: publickey,keyboard-interactive,password 30-10-2013 11:18:34 INFO JSCH -> Next authentication method: publickey 30-10-2013 11:18:34 INFO JSCH -> Authentications that can continue: keyboard-interactive,password 30-10-2013 11:18:34 INFO JSCH -> Next authentication method: keyboard-interactive 30-10-2013 11:18:34 INFO JSCH -> Authentications that can continue: password 30-10-2013 11:18:34 INFO JSCH -> Next authentication method: password 30-10-2013 11:18:34 INFO JSCH -> Disconnecting from tim.mbus.sad.it port 22 30-10-2013 11:18:35 INFO JSCH -> Connecting to tim.mbus.sad.it port 22 30-10-2013 11:18:35 INFO JSCH -> Connection established 30-10-2013 11:18:35 INFO JSCH -> Remote version string: SSH-2.0-OpenSSH_5.0 30-10-2013 11:18:35 INFO JSCH -> Local version string: SSH-2.0-JSCH-0.1.49 30-10-2013 11:18:35 INFO JSCH -> CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256 30-10-2013 11:18:35 INFO JSCH -> aes256-ctr is not available. 30-10-2013 11:18:35 INFO JSCH -> aes192-ctr is not available. 30-10-2013 11:18:35 INFO JSCH -> aes256-cbc is not available. 30-10-2013 11:18:35 INFO JSCH -> aes192-cbc is not available. 30-10-2013 11:18:35 INFO JSCH -> arcfour256 is not available. 30-10-2013 11:18:35 INFO JSCH -> CheckKexes: diffie-hellman-group14-sha1 30-10-2013 11:18:35 INFO JSCH -> diffie-hellman-group14-sha1 is not available. 30-10-2013 11:18:35 INFO JSCH -> SSH_MSG_KEXINIT sent 30-10-2013 11:18:35 INFO JSCH -> SSH_MSG_KEXINIT received 30-10-2013 11:18:35 INFO JSCH -> kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 30-10-2013 11:18:35 INFO JSCH -> kex: server: ssh-rsa,ssh-dss 30-10-2013 11:18:35 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:35 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:35 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:35 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:35 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:35 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:35 INFO JSCH -> kex: server: 30-10-2013 11:18:35 INFO JSCH -> kex: server: 30-10-2013 11:18:35 INFO JSCH -> kex: client: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1 30-10-2013 11:18:35 INFO JSCH -> kex: client: ssh-rsa,ssh-dss 30-10-2013 11:18:35 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:35 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:35 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:35 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:35 INFO JSCH -> kex: client: none 30-10-2013 11:18:35 INFO JSCH -> kex: client: none 30-10-2013 11:18:35 INFO JSCH -> kex: client: 30-10-2013 11:18:35 INFO JSCH -> kex: client: 30-10-2013 11:18:35 INFO JSCH -> kex: server->client aes128-ctr hmac-md5 none 30-10-2013 11:18:35 INFO JSCH -> kex: client->server aes128-ctr hmac-md5 none 30-10-2013 11:18:35 INFO JSCH -> SSH_MSG_KEXDH_INIT sent 30-10-2013 11:18:35 INFO JSCH -> expecting SSH_MSG_KEXDH_REPLY 30-10-2013 11:18:35 INFO JSCH -> ssh_rsa_verify: signature true 30-10-2013 11:18:35 WARN JSCH -> Permanently added 'tim.mbus.sad.it' (RSA) to the list of known hosts. 30-10-2013 11:18:35 INFO JSCH -> SSH_MSG_NEWKEYS sent 30-10-2013 11:18:35 INFO JSCH -> SSH_MSG_NEWKEYS received 30-10-2013 11:18:35 INFO JSCH -> SSH_MSG_SERVICE_REQUEST sent 30-10-2013 11:18:35 INFO JSCH -> SSH_MSG_SERVICE_ACCEPT received 30-10-2013 11:18:35 INFO JSCH -> Authentications that can continue: publickey,keyboard-interactive,password 30-10-2013 11:18:35 INFO JSCH -> Next authentication method: publickey 30-10-2013 11:18:35 INFO JSCH -> Authentications that can continue: keyboard-interactive,password 30-10-2013 11:18:35 INFO JSCH -> Next authentication method: keyboard-interactive 30-10-2013 11:18:35 INFO JSCH -> Authentications that can continue: password 30-10-2013 11:18:35 INFO JSCH -> Next authentication method: password 30-10-2013 11:18:35 INFO JSCH -> Disconnecting from tim.mbus.sad.it port 22 30-10-2013 11:18:36 INFO JSCH -> Connecting to tim.mbus.sad.it port 22 30-10-2013 11:18:36 INFO JSCH -> Connection established 30-10-2013 11:18:36 INFO JSCH -> Remote version string: SSH-2.0-OpenSSH_5.0 30-10-2013 11:18:36 INFO JSCH -> Local version string: SSH-2.0-JSCH-0.1.49 30-10-2013 11:18:36 INFO JSCH -> CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256 30-10-2013 11:18:36 INFO JSCH -> aes256-ctr is not available. 30-10-2013 11:18:36 INFO JSCH -> aes192-ctr is not available. 30-10-2013 11:18:36 INFO JSCH -> aes256-cbc is not available. 30-10-2013 11:18:36 INFO JSCH -> aes192-cbc is not available. 30-10-2013 11:18:36 INFO JSCH -> arcfour256 is not available. 30-10-2013 11:18:36 INFO JSCH -> CheckKexes: diffie-hellman-group14-sha1 30-10-2013 11:18:36 INFO JSCH -> diffie-hellman-group14-sha1 is not available. 30-10-2013 11:18:36 INFO JSCH -> SSH_MSG_KEXINIT sent 30-10-2013 11:18:36 INFO JSCH -> SSH_MSG_KEXINIT received 30-10-2013 11:18:36 INFO JSCH -> kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 30-10-2013 11:18:36 INFO JSCH -> kex: server: ssh-rsa,ssh-dss 30-10-2013 11:18:36 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:36 INFO JSCH -> kex: server: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 30-10-2013 11:18:36 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:36 INFO JSCH -> kex: server: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:36 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:36 INFO JSCH -> kex: server: none,z...@openssh.com 30-10-2013 11:18:36 INFO JSCH -> kex: server: 30-10-2013 11:18:36 INFO JSCH -> kex: server: 30-10-2013 11:18:36 INFO JSCH -> kex: client: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1 30-10-2013 11:18:36 INFO JSCH -> kex: client: ssh-rsa,ssh-dss 30-10-2013 11:18:36 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:36 INFO JSCH -> kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc 30-10-2013 11:18:36 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:36 INFO JSCH -> kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96 30-10-2013 11:18:36 INFO JSCH -> kex: client: none 30-10-2013 11:18:36 INFO JSCH -> kex: client: none 30-10-2013 11:18:36 INFO JSCH -> kex: client: 30-10-2013 11:18:36 INFO JSCH -> kex: client: 30-10-2013 11:18:36 INFO JSCH -> kex: server->client aes128-ctr hmac-md5 none 30-10-2013 11:18:36 INFO JSCH -> kex: client->server aes128-ctr hmac-md5 none 30-10-2013 11:18:36 INFO JSCH -> SSH_MSG_KEXDH_INIT sent 30-10-2013 11:18:36 INFO JSCH -> expecting SSH_MSG_KEXDH_REPLY 30-10-2013 11:18:36 INFO JSCH -> ssh_rsa_verify: signature true 30-10-2013 11:18:36 WARN JSCH -> Permanently added 'tim.mbus.sad.it' (RSA) to the list of known hosts. 30-10-2013 11:18:36 INFO JSCH -> SSH_MSG_NEWKEYS sent 30-10-2013 11:18:36 INFO JSCH -> SSH_MSG_NEWKEYS received 30-10-2013 11:18:36 INFO JSCH -> SSH_MSG_SERVICE_REQUEST sent 30-10-2013 11:18:36 INFO JSCH -> SSH_MSG_SERVICE_ACCEPT received 30-10-2013 11:18:36 INFO JSCH -> Authentications that can continue: publickey,keyboard-interactive,password 30-10-2013 11:18:36 INFO JSCH -> Next authentication method: publickey 30-10-2013 11:18:36 INFO JSCH -> Authentications that can continue: keyboard-interactive,password 30-10-2013 11:18:36 INFO JSCH -> Next authentication method: keyboard-interactive 30-10-2013 11:18:36 INFO JSCH -> Authentications that can continue: password 30-10-2013 11:18:36 INFO JSCH -> Next authentication method: password 30-10-2013 11:18:36 INFO JSCH -> Disconnecting from tim.mbus.sad.it port 22 30-10-2013 11:18:36 WARN [Camel (camel-1) thread #0 - sftp://tim.mbus.sad.it:/sasa/ftp] SftpConsumer: Cannot connect/login to: sftp://dat2...@tim.mbus.sad.it:22. Will skip this poll. 30-10-2013 11:18:36 INFO [Camel (camel-1) thread #0 - sftp://tim.mbus.sad.it:/sasa/ftp] route1: Downloaded file complete. ----- kh -- View this message in context: http://camel.465427.n5.nabble.com/sftp-without-passward-unable-to-connect-tp5742397.html Sent from the Camel - Users mailing list archive at Nabble.com.