CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2025/09/05 07:11:21

Log message:
    import ports/security/tinyssh, ok tb@
    
    tinysshd is a minimalistic SSH server which implements only a subset
    of SSHv2 features.
    
    It supports only secure cryptography (minimum 128-bit security,
    protected against cache-timing attacks) and does not implement older
    crypto (such as RSA, DSA, HMAC-MD5, HMAC-SHA1, 3DES, RC4, ...)
    
    tinysshd doesn't implement unsafe features (such as password or
    hostbased authentication), nor does it have features like SSH1 protocol,
    compression, port forwarding, agent forwarding, X11 forwarding ...
    
    It does not listen to network sockets itself, and should be run
    from inetd, tcpserver or similar.
    
    tinysshd doesn't use dynamic memory allocation.
    
    State-of-the-art crypto:
    ssh-ed25519, curve25519-sha256, [email protected]
    
    Postquantum crypto:
    [email protected], [email protected]
    
    As of 20250501, it has 74260 words of code and is a beta release.
    
    Status:
    
    Vendor Tag: sthen
    Release Tags:       sthen_20250905
    
    N ports/security/tinyssh/Makefile
    N ports/security/tinyssh/distinfo
    N ports/security/tinyssh/pkg/DESCR
    N ports/security/tinyssh/pkg/PLIST
    
    No conflicts created by this import

Reply via email to