

It means after request SSH2_MSG_KEX_DH_GEX_REQUEST expecting response with value «31» to continue connecting. + tmp + "]", SshException.INTERNAL_ERROR) īecause of this code, get the description of the error: Key exchange failed: Expected SSH_MSG_KEX_GEX_GROUP

"Key exchange failed: Expected SSH_MSG_KEX_GEX_GROUP [id=" Transport.disconnect(TransportProtocol.KEY_EXCHANGE_FAILED, final static int SSH_MSG_KEXDH_GEX_GROUP = 31 This error is generated by the DiffieHellmanGroupExchangeSha1 class from j2ssh-maverick:

As result, it has error: Caused by: : Key exchange failed: Expected SSH_MSG_KEX_GEX_GROUP Īt .(Unknown Source)Īt .e(Unknown Source)Īt .processMessage(Unknown Source)Īt .startTransportProtocol(Unknown Source)Īt nnect(Unknown Source)Īt .connect(Unknown Source)Īt .authenticate(SFTPClient.java:236)Īt .(SFTPResource.java:89)Īt .createSFTPResource(SFTPUtils.java:153)Īt .getSftpResource(SFTPWorkPartitioningAgent.java:161) SFTP client try to connect to SFTP server using java.
