tinyssh
tinyssh copied to clipboard
TinySSH is small server (less than 100000 words of code)
Hi guys. I'm trying to build tinyssh from source (`apt source tinysshd`) in Ubuntu 20.04.2 (amd64) using crosscompiler `CC=aarch64-linux-gnu-gcc make` for ARMv8 before make I did `sudo apt-get build-dep tinyssh`,...
Also needs a `-Werror=implicit-function-declaration` in the CFLAGS as for some reason the linker seems to accept it at configure/detection time but not compile time.
In the spirit of `websockify` and `tcpserver`, I have added functionality to `tinysshd` that allows secure connections to a public TCP server (a [MUD](https://en.wikipedia.org/wiki/MUD), for example). If the public server...
It's been half a year since I implemented an option to allow SSH guest logins for TinySSH. I created [a pull request](https://github.com/janmojzis/tinyssh/pull/29) but it has still not received any reviews...
Hi, I looked for an equivalent to [mkinitcpio-tinyssh](https://github.com/grazzolini/mkinitcpio-tinyssh) for debian and could not find it anywhere. I made a quick one using initramfs-tools based on the already existing dropbear hooks...
Hi, I'd like to make a package of tinyssh in Gentoo, but currently it's required a lot of patching to build system. Tests should be optional - otherwise it'll break...
Hi, First of all, let me say I appreciate the work that's been put into this unique project; it's quite rare to see such a good, minimalist SSH server. I'm...
It would be nice if a key fingerprint was displayed at host key creation. Ass it stands now, there is no way to perform the initial fingerprint verification when you...
My objective is to build a tinysshd (static build, with musl libc) as small as possible. Performance is not an issue. The ssh client would be a recent ssh from...
I think TinySSHD would have a lot of reception if we can have feature parity command-wise with OpenSSH/Dropbear. commands like `ssh`, `ssh-keygen`, `sshd`, etc. can be symlinked and recognized in...