TinySSH - SSH 服务器


Public Domain
Linux
C/C++

软件简介

TinySSH 是一个小型的 SSH 服务器,使用最先进的 NaCl /
TweetNaCl 加密库。基于
CurveCP 提供非常好的数据传输安全性。

特性

  • 易于审计 easy auditable - TinySSH has less than 100000 words of code

  • 无动态内存分配 no dynamic memory allocation - TinySSH has all memory statically allocated (less than 1MB)

  • 配置简单 simple configuration - TinySSH can’t be misconfigured

  • 可重用的代码 reusing code - TinySSH is reusing build mechanism from NaCl and libraries from CurveCP implementation

  • 可重用软件 reusing software - TinySSH is using tcpserver/curvecpserver for TCP/CurveCP connection

  • 功能简单单一 limited amount of features - TinySSH doesn’t have features such: SSH1 protocol, compression, scp, sftp, …

  • 不使用老的加密方法 no older cryptographic primitives - rsa, dsa, classic diffie-hellman, md5, sha1, 3des, arcfour, …

  • 没有版权限制 no copyright restrictions - TinySSH is in the public domain

  • 不依赖 OpenSSL - TinySSH is using NaCl / TweetNaCl