moov-io / paygate

A RESTful API enabling electronic payments to be submitted and received without a deep understanding payment file specification
http://moov.io
Apache License 2.0
129 stars 31 forks source link

Add diffie-hellman-group-exchange-sha256 to resolve sftp handshake failed #627

Closed theFong closed 3 years ago

theFong commented 3 years ago

Resolves on master ssh: handshake failed: ssh: no common algorithm for key exchange; client offered: [curve25519-sha256@libssh.org ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 diffie-hellman-group14-sha1], server offered: [diffie-hellman-group-exchange-sha256]"

625

adamdecaf commented 3 years ago

Thanks @theFong!