Re: [JSch-users] com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read

2013-04-05 Thread Atsuhiko Yamanaka
Hi, +-From: Usha Ladkani -- |_Date: Fri, 5 Apr 2013 12:46:04 +0530 __ | |I tried connecting to OpenSSH 6.2p1. But the algorithm negotiation failed |as matching HMAC algorithms were not found. I am pasting the log |statements below. hmac-sha2-256 is not supported in OpenSS

Re: [JSch-users] com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read

2013-04-05 Thread Usha Ladkani
:Re: [JSch-users] com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read Hi, I tried connecting to OpenSSH 6.2p1. But the algorithm negotiation failed as matching HMAC algorithms were not found. I am pasting the log statements below. hmac-sha2-256 is not

Re: [JSch-users] com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read

2013-03-29 Thread Usha Ladkani
urag Panda/India/IBM@IBMIN Date: 03/29/2013 02:44 PM Subject: Re: [JSch-users] com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read Hi, +-From: Usha Ladkani -- |_Date: Thu, 28 Mar 2013 14:23:25 +0530 _ | |We are using JSCH libr

Re: [JSch-users] com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read

2013-03-29 Thread Atsuhiko Yamanaka
Hi, +-From: Usha Ladkani -- |_Date: Thu, 28 Mar 2013 14:23:25 +0530 _ | |We are using JSCH library to implement our SFTP client. |We need to use hmac 256 and hmac 512 algorithm so as to make our client |NIST SP 800 enabled. |We found that jsch-0.1.49 supports hmac 256.