tinysshd-makekey

Tiny SSH server - daemon

Install

All systems
curl cmd.cat/tinysshd-makekey.sh
Debian Debian
apt-get install tinysshd
Ubuntu
apt-get install tinysshd
Alpine
apk add tinyssh
Arch Arch Linux
pacman -S tinyssh
image/svg+xml Kali Linux
apt-get install tinysshd
Windows (WSL2)
sudo apt-get update sudo apt-get install tinysshd
Docker
docker run cmd.cat/tinysshd-makekey tinysshd-makekey powered by Commando

tinysshd

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.

tinyssh

Small SSH server using NaCl / TweetNaCl (no dependency on OpenSSL)