You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SSH-OpenSSH 3.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland All rights
  2. reserved
  3. As far as I am concerned, the code I have written for this software can be
  4. used freely for any purpose. Any derived versions of this software must be
  5. clearly marked as such, and if the derived work is incompatible with the protocol
  6. description in the RFC file, it must be called by a name other than "ssh"
  7. or "Secure Shell".
  8. [Tatu continues]
  9. However, I am not implying to give any licenses to any patents or copyrights
  10. held by third parties, and the software includes parts that are not under
  11. my direct control. As far as I know, all included source code is used in accordance
  12. with the relevant license agreements and can be used freely for any purpose
  13. (the GNU license being the most restrictive); see below for details.
  14. [However, none of that term is relevant at this point in time. All of these
  15. restrictively licenced software components which he talks about have been
  16. removed from OpenSSH, i.e.,
  17. - RSA is no longer included, found in the OpenSSL library
  18. - IDEA is no longer included, its use is deprecated
  19. - DES is now external, in the OpenSSL library
  20. - GMP is no longer used, and instead we call BN code from OpenSSL
  21. - Zlib is now external, in a library
  22. - The make-ssh-known-hosts script is no longer included
  23. - TSS has been removed
  24. - MD5 is now external, in the OpenSSL library
  25. - RC4 support has been replaced with ARC4 support from OpenSSL
  26. - Blowfish is now external, in the OpenSSL library
  27. [The licence continues]
  28. Note that any information and cryptographic algorithms used in this software
  29. are publicly available on the Internet and at any major bookstore, scientific
  30. library, and patent office worldwide. More information can be found e.g. at
  31. "http://www.cs.hut.fi/crypto".
  32. The legal status of this program is some combination of all these permissions
  33. and restrictions. Use only at your own responsibility. You will be responsible
  34. for any legal consequences yourself; I am not making any claims whether possessing
  35. or using this is legal or not in your country, and I am not taking any responsibility
  36. on your behalf.
  37. NO WARRANTY
  38. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
  39. PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
  40. STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
  41. "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
  42. BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  43. FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
  44. OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
  45. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  46. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
  47. ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE
  48. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  49. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE
  50. OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA
  51. OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
  52. OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
  53. HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.