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 revisionBoth sides next revision
faq:tcpip [2018/01/29 22:27] – [SSH Kex Algo] note that SSH problems are solved in CVS. deucefaq:tcpip [2018/02/17 19:55] – [SSH Kex Algo] updated to mention cryptlib 3.4.4 and issue with .ssh/config work-around if left in place digital man
Line 307: Line 307:
 //**NOTE: This has been fixed in CVS now.**// //**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'v3.4.2 SSH support uses an older "Key Exchange Algorithm". OpenSSH has deprecated support for this older key exchange algorithm. Cryptlib v3.4.4, the currently latest version of Cryptlib now used by Synchronet, does not have this problem.
  
 From the OpenSSH [[http://www.openssh.com/legacy.html|legacy page]]: From the OpenSSH [[http://www.openssh.com/legacy.html|legacy page]]:
Line 320: Line 320:
   Host yourbbs.com   Host yourbbs.com
   KexAlgorithms diffie-hellman-group1-sha1   KexAlgorithms diffie-hellman-group1-sha1
 +  
 +**Note:**
 +If you created this file to work-around the cryptlib v3.4.2 compatibility issue, you will need to remove this file or modify it after updating to cryptlib v3.4.4  (currently, the latest).
  
 or in the ''~/.ssh/config'' file (OpenSSH v7): or in the ''~/.ssh/config'' file (OpenSSH v7):