-
## Bug description
Can't connect to Tiny SSH Server
On Android Side:
Error Key exchange was not finished, connection is closed.
Cannot negotiate, proposals do not match.
On Server Side:
tinyssh…
-
It would be nice to also add support for Ed25519 (plain ones, not SK variants) keys.
The main intended use-case is with more limited SSH servers (usually in the embedded space) such as Dropbear (wh…
-
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 OpenSSH.
1. Is it possible to easily…
-
Not sure if this are already been ruled out because it might need a dep on `libfido2` but if not... fido2 resident keys are pretty neato
Generate a key that lives on the actual fido2 device with:
…
-
The main systems ssh keys should not be exposed (thats the whole point in encrypting the root partition). A way to acomplish this should at least be documented. Maybe it should even be the default bea…
-
If i do enable initrd-tinysshd.service, it boots up fine but complains "Error: No such file or directory" about 13-15 times in a row, then complains two more times later.The logs in journalctl don't s…
-
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 base…
-
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 connect.
-
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 re…
-
On arch linux, there are three systemd unit files installed along with tinyssh by default (`usr/lib/systemd/system/tinyssh@.service`, `usr/lib/systemd/system/tinyssh@.socket`, and `usr/lib/systemd/sys…