You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2017/11/03 12:38:11 UTC

[Bug 61718] New: com.jcraft.jsch.JSchException: Algorithm negotiation fail

https://bz.apache.org/bugzilla/show_bug.cgi?id=61718

            Bug ID: 61718
           Summary: com.jcraft.jsch.JSchException: Algorithm negotiation
                    fail
           Product: Ant
           Version: 1.10.1
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
          Assignee: notifications@ant.apache.org
          Reporter: mwiede@gmx.de
  Target Milestone: ---

We need jsch-0.1.54 because we need aes256-ctr as cipher.

As you can see in http://www.jcraft.com/jsch/ChangeLog, they added it with
version 0.1.51

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61718] com.jcraft.jsch.JSchException: Algorithm negotiation fail

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61718

--- Comment #2 from Jaikiran Pai <ja...@apache.org> ---
Pull request sent for review https://github.com/apache/ant/pull/48

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61718] com.jcraft.jsch.JSchException: Algorithm negotiation fail

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61718

Jaikiran Pai <ja...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.10.2

--- Comment #3 from Jaikiran Pai <ja...@apache.org> ---
The library has been upgraded to 0.1.54 and the change will be available in
1.9.10 and 1.10.2 releases.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61718] com.jcraft.jsch.JSchException: Algorithm negotiation fail

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61718

Matthias Wiedemann <mw...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Matthias Wiedemann <mw...@gmx.de> ---
btw I was talking about dependency of

<dependency>
    <groupId>org.apache.ant</groupId>
    <artifactId>ant-jsch</artifactId>
    <version>1.10.1</version>
</dependency>

-- 
You are receiving this mail because:
You are the assignee for the bug.