You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by kalber <Ka...@swslt.com> on 2013/10/30 11:24:28 UTC

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 dat2bus@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:29 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:29 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:29 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:29 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:31 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:31 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:31 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:31 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:32 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:32 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:32 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:32 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:33 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:33 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:33 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:33 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:33 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:33 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:33 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:33 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:34 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:34 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:34 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:34 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:35 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:35 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:35 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:35 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:36 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:36 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:36 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:36 INFO   JSCH -> kex: server: none,zlib@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://dat2bus@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.

RE: sftp without passward, unable to connect

Posted by cchennupati <ch...@gmail.com>.
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-to-connect-tp5742397p5766829.html
Sent from the Camel - Users mailing list archive at Nabble.com.

RE: sftp without passward, unable to connect

Posted by kalber <Ka...@swslt.com>.
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-tp5742397p5742442.html
Sent from the Camel - Users mailing list archive at Nabble.com.

RE: sftp without passward, unable to connect

Posted by "Siano, Stephan" <st...@sap.com>.
Hi,

Are you using sftp or ftps? The ftpClient.keyStore.file is a Java keystore for using client certificate based authentication with ftps (ftp over SSL), and your file is a private client key for SSH (in a completely different format (that's why you get the error). For sftp (an ftp-like protocol over ssh) you need to set the parameter privateKeyFile instead.

Best regards
Stephan

-----Original Message-----
From: kalber [mailto:Karlheinz.Alber@swslt.com] 
Sent: Mittwoch, 30. Oktober 2013 16:54
To: users@camel.apache.org
Subject: RE: sftp without passward, unable to connect

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 java.io.IOException: Invalid keystore format.

Have i to configure out ftpClient.keyStore.type or 
ftpClient.keyStore.algorithm ?
I tried it with RSA but nothing works.





-----
kh
--
View this message in context: http://camel.465427.n5.nabble.com/sftp-without-passward-unable-to-connect-tp5742397p5742412.html
Sent from the Camel - Users mailing list archive at Nabble.com.

RE: sftp without passward, unable to connect

Posted by kalber <Ka...@swslt.com>.
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 java.io.IOException: Invalid keystore format.

Have i to configure out ftpClient.keyStore.type or 
ftpClient.keyStore.algorithm ?
I tried it with RSA but nothing works.





-----
kh
--
View this message in context: http://camel.465427.n5.nabble.com/sftp-without-passward-unable-to-connect-tp5742397p5742412.html
Sent from the Camel - Users mailing list archive at Nabble.com.

RE: sftp without passward, unable to connect

Posted by "Siano, Stephan" <st...@sap.com>.
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.Alber@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 dat2bus@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:29 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:29 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:29 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:29 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:31 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:31 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:31 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:31 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:32 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:32 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:32 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:32 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:33 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:33 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:33 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:33 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:33 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:33 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:33 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:33 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:34 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:34 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:34 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:34 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:35 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:35 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:35 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:35 INFO   JSCH -> kex: server: none,zlib@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-cbc@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-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
30-10-2013 11:18:36 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:36 INFO   JSCH -> kex: server:
hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
30-10-2013 11:18:36 INFO   JSCH -> kex: server: none,zlib@openssh.com
30-10-2013 11:18:36 INFO   JSCH -> kex: server: none,zlib@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://dat2bus@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.

Re: sftp without passward, unable to connect

Posted by kalber <Ka...@swslt.com>.
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-without-passward-unable-to-connect-tp5742397p5742441.html
Sent from the Camel - Users mailing list archive at Nabble.com.