I'm having some problems connecting to an SSH server from Squeak. The server is in my localhost and i test it with a unix ssh client with no problems.
However, when i tried to connect from Squeak i received an error ("bad signature") on SSHDHGroup1KeyExchangeProcessor>>processServerDHReplyMsg:securityParams: method on the key exchange phase of the algorithm.

Does anybody use the SSH client from the cryptography package? What should be the error?

Cheers,
Guido.