wok diff tinyssh/description.txt @ rev 25538
get-java8-jre: get version 8u361 by default
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 03 17:41:58 2023 +0100 (21 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tinyssh/description.txt Fri Mar 03 17:41:58 2023 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +TinySSH is a minimalistic SSH server which implements only 1.5 +a subset of SSHv2 features. 1.6 + 1.7 +Features 1.8 + 1.9 +* easy auditable - TinySSH has less than 100000 words of code 1.10 +* no dynamic memory allocation - TinySSH has all memory 1.11 + statically allocated (less than 1MB) 1.12 +* simple configuration - TinySSH can't be misconfigured 1.13 +* reusing code - TinySSH is reusing libraries from CurveCP 1.14 + implementation 1.15 +* reusing software - TinySSH is using tcpserver or systemd 1.16 + socket or inetd for TCP connection 1.17 +* limited amount of features - TinySSH doesn't have features 1.18 + such: SSH1 protocol, compression, ... 1.19 +* no older cryptographic primitives - rsa, dsa, classic 1.20 + diffie-hellman, hmac-md5, hmac-sha1, 3des, arcfour, ... 1.21 +* no copyright restrictions - TinySSH is in the public domain 1.22 + (see the licence) 1.23 +* no dependency on OpenSSL - TinySSH has its own crypto 1.24 + library compatible with NaCl, Libsodium 1.25 +* speed - TinySSH can be also compiled using high-speed NaCl 1.26 + library instead of internal.