wok view tinyssh/description.txt @ rev 25359

updated tinyssh (20210601 -> 20220311)
author Hans-G?nter Theisgen
date Wed Jul 27 08:03:11 2022 +0100 (21 months ago)
parents
children
line source
1 TinySSH is a minimalistic SSH server which implements only
2 a subset of SSHv2 features.
4 Features
6 * easy auditable - TinySSH has less than 100000 words of code
7 * no dynamic memory allocation - TinySSH has all memory
8 statically allocated (less than 1MB)
9 * simple configuration - TinySSH can't be misconfigured
10 * reusing code - TinySSH is reusing libraries from CurveCP
11 implementation
12 * reusing software - TinySSH is using tcpserver or systemd
13 socket or inetd for TCP connection
14 * limited amount of features - TinySSH doesn't have features
15 such: SSH1 protocol, compression, ...
16 * no older cryptographic primitives - rsa, dsa, classic
17 diffie-hellman, hmac-md5, hmac-sha1, 3des, arcfour, ...
18 * no copyright restrictions - TinySSH is in the public domain
19 (see the licence)
20 * no dependency on OpenSSL - TinySSH has its own crypto
21 library compatible with NaCl, Libsodium
22 * speed - TinySSH can be also compiled using high-speed NaCl
23 library instead of internal.