LWN.net Logo

The Grumpy Editor's guide to SSH servers

The Grumpy Editor's guide to SSH servers

Posted Jun 23, 2006 7:15 UTC (Fri) by dd9jn (subscriber, #4459)
In reply to: The Grumpy Editor's guide to SSH servers by smoogen
Parent article: The Grumpy Editor's guide to SSH servers

ssh 1.2.12 is the version OpenSSH was based on. It included for big integer arithmetics a copy of the GMP 1.3.2 - that version of the GMP (from 1993) is under the GPL. The FSF later relicensed the GMP under the LGPL but this is not the version included and used by that and all earlier ssh versions. Thus the rules of the GPL apply to these versions of ssh.


(Log in to post comments)

The Grumpy Editor's guide to SSH servers

Posted Jun 29, 2006 7:48 UTC (Thu) by Wol (guest, #4433) [Link]

Just because a GPL library was included doesn't make SSH GPL too ... it just means the SSH licence must be GPL-compatible (which is true of BSD).

So It's quite likely the SSH code was BSD, the library was GPL, and hence the combination was GPL.

In which case, there was no need to "rewrite all the GPL'd SSH code" because there wasn't any GPL'd SSH code to rewrite! :-)

Cheers,
Wol

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds