[JSch-users] com.jcraft.jsch.JSchException: Auth Cancel with Oracle Java 1.8

2014-05-09 Thread Alan Ezust
I am testing the jEdit (www.jedit.org) FTP plugin (1.1.0) against Java 1.8 for my first time. I am running into this "Auth Cancel" exception which only happens in Java 1.8 and not Java 1.7. Are there any ideas out there as to why this incompatibility might exist? It seems to me to be related to

Re: [JSch-users] Jsch stopped working with Java8

2014-07-28 Thread Alan Ezust
I am also having trouble using jsch with java8. I already posted my problem to this list earlier. Basically, the jEdit FTP plugin doesn't work for me in Java 8. But your problem is different, and one I might be able to help you with. you may need to install the JCE full key-strength encryption. h

Re: [JSch-users] PassPhrase for privateKey fail

2014-12-18 Thread Alan Ezust
I have noticed this too. http://sourceforge.net/p/jedit/plugin-bugs/1726/ And in another case, I got "Auth Cancel". http://sourceforge.net/p/jedit/plugin-bugs/1787/ First, double-check you have JCE unlimited key strength encryption installed. But if you do and still have this problem, I believe

[JSch-users] making SSH secure again

2015-01-07 Thread Alan Ezust
Thought this article might be of interest. https://stribika.github.io/2015/01/04/secure-secure-shell.html -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partn

[JSch-users] "timeout in wating for rekeying process"

2016-02-11 Thread Alan Ezust
Anyone ever get this? I see it in the logs for a jEdit user, but i have not seen it myself. The full stack trace can be seen here: https://gist.github.com/lbtc-xxx/e32bb695572ec322ae31 It is a strange error for 2 reasons. 1. misspelling "waiting" as "wating" 2. the timeout happens immediately an

Re: [JSch-users] SFTP of large file hangs

2016-10-05 Thread Alan Ezust
Just wondering, is the client running jsch also running a 64 bit version of Java? On Mon, Oct 3, 2016 at 12:19 PM, Vikas Verma wrote: > Can anyone please help? The SFTP server is proftpd. This looks like an > old Rekeying problem between Proftpd and Jsch. I have tried JSCH version > 50/51 and 5

Re: [JSch-users] SFTP of large file hangs

2016-10-10 Thread Alan Ezust
> *From:* Vikas Verma > *Sent:* Wednesday, October 5, 2016 11:40:47 AM > *To:* Alan Ezust > > *Cc:* jsch-users@lists.sourceforge.net > *Subject:* Re: [JSch-users] SFTP of large file hangs > > > @Alan --> Yes its running 64 bit. > > @Lothar --> The problem is jus

Re: [JSch-users] SFTP of large file hangs

2016-10-14 Thread Alan Ezust
I had to google to figure out what "rekeying" means and came across this interesting thread about a similar problem the paramiko client used to have at 1gb. https://github.com/paramiko/paramiko/issues/49 -- Check out the v

[JSch-users] trying to set TERM=dumb on a terminal shell via ChannelShell interface

2008-07-08 Thread Alan Ezust
Hello everyone. I'm the author of the SshConsolePlugin for JEdit. I'm trying to do a channelShell.setEnv("TERM", "dumb"), so that I don't have to see all these funny vt100 characters in the console shell. It doesn't seem to work. I get this error whenever I try to set an environment variable. I ge