Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq:tcpip [2017/06/06 22:16] – Added SSH Key Exchange algorithm FAQ digital manfaq:tcpip [2018/01/29 22:27] – [SSH Kex Algo] note that SSH problems are solved in CVS. deuce
Line 304: Line 304:
  
 :!: **Answer:**\\ :!: **Answer:**\\
 +
 +//**NOTE: This has been fixed in CVS now.**//
 +
 Synchronet uses [[http://www.cs.auckland.ac.nz/~pgut001/cryptlib/|Cryptlib]], a cryptographic library, for SSH and TSL/SSL support in Synchronet. Cryptlib's SSH support uses an older "Key Exchange Algorithm". OpenSSH has deprecated support for this older key exchange algorithm. Synchronet uses [[http://www.cs.auckland.ac.nz/~pgut001/cryptlib/|Cryptlib]], a cryptographic library, for SSH and TSL/SSL support in Synchronet. Cryptlib's SSH support uses an older "Key Exchange Algorithm". OpenSSH has deprecated support for this older key exchange algorithm.
  
Line 324: Line 327:
  
 Note: Run ''ssh -V'' to see what version of OpenSSH you have. Note: Run ''ssh -V'' to see what version of OpenSSH you have.
 +
 +:!: **Answer:**\\
 +Another observed problem is with the negotiated Message Authentication Code (MAC) algorithm.
 +
 +Workaround for OpenSSH (reported by nelgin):
 +
 +  $ ssh -m hmac-md5 user@yourbbs.com
 +
  
 ===== See Also ===== ===== See Also =====