Frugghi / SwiftSH

A Swift SSH framework that wraps libssh2.
MIT License
194 stars 71 forks source link

diffie_hellman crash #18

Open jpalten opened 5 years ago

jpalten commented 5 years ago

Every once in a while I get a crash in the diffie_hellman call, which was triggered by session.handshake(socket). Not sure what causes this, and where the problem could be.

Is there a newer version of the libssh2 library available to include in the SwiftSH framework perhaps?