1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: tinyssh
Section: net
Priority: optional
Build-Depends:
debhelper-compat (= 13),
lib1305-dev [amd64],
lib25519-dev,
libntruprime-dev,
librandombytes-dev,
Maintainer: Jan Mojžíš <janmojzis@debian.org>
Homepage: https://github.com/janmojzis/tinyssh/
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/tinyssh.git
Vcs-Browser: https://salsa.debian.org/debian/tinyssh
Rules-Requires-Root: no
Package: tinysshd
Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
ssh-server,
Architecture: any
Description: Tiny SSH server - daemon
TinySSH is a minimalistic SSH server which implements only a subset of
SSHv2 features.
TinySSH supports only secure cryptography (minimum 128-bit security, protected
against cache-timing attacks) ED25519, Curve25519(X25519), CHACHA20POLY1305.
TinySSH implements only safe public-key authentication,
password or hostbased authentication is not implemented.
TinySSH has less than 100000 words of code, so it's very easily auditable.
|