tinysshd-makekey
Tiny SSH server - daemon
Install
- All systems
-
curl cmd.cat/tinysshd-makekey.sh
- Debian
-
apt-get install tinysshd - Ubuntu
-
apt-get install tinysshd -
Alpine
-
apk add tinyssh - Arch Linux
-
pacman -S tinyssh - Kali Linux
-
apt-get install tinysshd - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install tinysshd - Docker
-
docker run cmd.cat/tinysshd-makekey tinysshd-makekeypowered 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.