You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Benedikt Waldvogel (JIRA)" <ji...@apache.org> on 2016/07/12 16:04:20 UTC

[jira] [Created] (SSHD-673) "sendKexInit() no resolved signatures available" with key-type "EC"

Benedikt Waldvogel created SSHD-673:
---------------------------------------

             Summary: "sendKexInit() no resolved signatures available" with key-type "EC"
                 Key: SSHD-673
                 URL: https://issues.apache.org/jira/browse/SSHD-673
             Project: MINA SSHD
          Issue Type: Bug
    Affects Versions: 1.2.0
         Environment: Arch Linux
openssh 7.2p2
OpenSSL 1.0.2h  3 May 2016
org.bouncycastle:bcprov-jdk15on:1.54
Oracle JDK 1.7.0_80
            Reporter: Benedikt Waldvogel


Steps to reproduce:

# run {{org.apache.sshd.server.SshServer}} with -p 1234 -key-type EC
# ssh -vv -p 1234 localhost
{noformat}
> OpenSSH_7.2p2, OpenSSL 1.0.2h  3 May 2016
> …
> debug1: Remote protocol version 2.0, remote software version SSHD-CORE-1.2.0
> …
> debug1: SSH2_MSG_KEXINIT sent
> Received disconnect from ::1 port 1234:9: sendKexInit() no resolved signatures available
> Disconnected from ::1 port 1234
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)