net-misc / tinyssh

A small SSH server with state-of-the-art cryptography

Official package sites : https://tinyssh.org ·

Features 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 libraries from CurveCP implementation reusing software - TinySSH is using tcpserver/systemd socket/inetd for TCP connection limited amount of features - TinySSH doesn’t have features such: SSH1 protocol, compression, … no older cryptographic primitives - rsa, dsa, classic diffie-hellman, hmac-md5, hmac-sha1, 3des, arcfour, … no copyright restrictions - TinySSH is in the public domain (see the licence) no dependency on OpenSSL - TinySSH has its own crypto library compatible with NaCl, Libsodium speed - TinySSH can be also compiled using high-speed NaCl library instead of internal. Security features cryptographic library (minimum 128-bit security, side-channel attack resistant, state-of-the-art crypto, …) public-key authentication only (no password or hostbased authentication) Crypto primitives State-of-the-art crypto: ssh-ed25519, curve25519-sha256@libssh.org, chacha20-poly1305@openssh.com Older standard: ecdsa-sha2-nistp256, ecdh-sha2-nistp256, aes256-ctr, hmac-sha2-256 removed in version 20190101 Postquantum crypto: sntrup4591761x25519-sha512@tinyssh.org, chacha20-poly1305@openssh.com

v99999999 :: 0 :: gentoo

Modified
License
CC0-1.0

v20241201 :: 0 :: gentoo

Modified
License
CC0-1.0
Keywords
~amd64 ~x86

v20241111 :: 0 :: gentoo

Modified
License
CC0-1.0
Keywords
~amd64 ~x86
USE flags
sodium

General

sodium
Use dev-libs/libsodium for cryptography

dev-libs / libsodium : Portable fork of NaCl, a higher-level cryptographic library

dev-libs / libsodium : Portable fork of NaCl, a higher-level cryptographic library

sys-apps / ucspi-tcp : Collection of tools for managing UNIX services

Repository mirror & CI · gentoo
Merge updates from master
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: add 20241201
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/39549 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/tinyssh: small style tweaks
Not invasive ones, more general Gentoo style ones: * use 'local i' * use ${x} And add a missing die. Signed-off-by: Sam James <sam@gentoo.org>
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: drop 20240101-r2
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/39281 Signed-off-by: Sam James <sam@gentoo.org>
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: add 20241111
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: synchronize live ebuild
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: fix include path to sodium
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/38273 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
net-misc/tinyssh: revbump due to implicit-function-declaration fix
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: C99 compatibility
Closes: https://bugs.gentoo.org/923493 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/35150 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: respect user CFLAGS
Closes: https://bugs.gentoo.org/887897 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: drop 20230101
Closes: https://github.com/gentoo/gentoo/pull/34632 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: add 20240101
Adds kex-strict-s-v00@openssh.com support, required to mitigate CVE-2023-48795 aka Terrapin. Links: https://github.com/advisories/GHSA-45x7-px36-x8w8 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: Use pkg-config instead of hardcoding libsodium flags
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/32045 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Haelwenn (lanodan) Monnier · gentoo
net-misc/tinyssh: new package, add 20230101, 99999999
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/31817 Signed-off-by: Sam James <sam@gentoo.org>