[JSch-users] Problem with sending INT signal

2012-03-05 Thread Dmitry Trofimov
Hi, I'm trying to terminal remote process, launched by ChannelExec with channel.sendSignal(INT). But unfortunately I get exception: com.jcraft.jsch.JSchException: failed to send channel request Is it a JSch bug, or something can be wrong with my settings? -- Thanks in advance, Dmitry Trofimov

Re: [JSch-users] Problem with sending INT signal

2012-03-05 Thread Atsuhiko Yamanaka
Hi, +-From: Dmitry Trofimov trofimov.dmi...@gmail.com -- |_Date: Mon, 5 Mar 2012 11:57:27 +0100 ___ | |I'm trying to terminal remote process, launched by ChannelExec with |channel.sendSignal(INT). |But unfortunately I get exception: com.jcraft.jsch.JSchException:

[JSch-users] problem with the connection sftp

2012-03-05 Thread Diego Marconato
Hi, some advice . Using the version of jsch jsch-0.1.46 in this way can connetermi sftp to the server: session = jsch.getSession (user, host, port); session.setPassword (password); session.setConfig (StrictHostKeyChecking, no); session.connect (); While using version 0.1.8 jsch-so:

Re: [JSch-users] Problem with specific private key

2012-03-05 Thread Alan
Would you (or anyone else) have any information on how to diagnose why I keep getting SSH_MSG_USERAUTH_FAILURE when trying to authenticate with github? Is there any way for me to validate the various values that are being sent to the server to verify they are actually correct? I have no idea at

Re: [JSch-users] Problem with specific private key

2012-03-05 Thread Atsuhiko Yamanaka
Hi, +-From: Alan alan.mcgov...@gmail.com -- |_Date: Mon, 5 Mar 2012 17:36:12 + __ | |Would you (or anyone else) have any information on how to diagnose why I |keep getting SSH_MSG_USERAUTH_FAILURE when trying to authenticate with |github? Dose that problem only happen on

Re: [JSch-users] problem with the connection sftp

2012-03-05 Thread Atsuhiko Yamanaka
Hi, +-From: Diego Marconato lewisstra...@hotmail.com -- |_Date: Mon, 5 Mar 2012 17:08:37 +0100 __ | | While using version 0.1.8 jsch-so: | java.util.Properties sessionConfig = new java.util.Properties (); | session = jsch.getSession (user, host, port); ... | I