dropbear
dropbear copied to clipboard
Dropbear SSH
OpenSSH ships with a post quantum key exchange algorithm enabled by default. It would be great if Dropbear also supported it. Thanks! [OpenSSH 9.0](https://www.openssh.com/txt/release-9.0)/[9.0p1](https://www.openssh.com/txt/release-9.0) (2022-04-08) * [ssh(1)](https://man.openbsd.org/ssh.1), [sshd(8)](https://man.openbsd.org/sshd.8): use the...
Issue occurs in this situation: trusted hosts file contains a host key for a target, with format type: ecdsa-sha2-nistp256 new version of ssh now supports host key format: ssh-ed25519 when...
Support port number in trusted hosts file, for multiple host keys from a single target host.
Can we add an option to dropbear (say, -o or --allow-root-only) flag to allow only root login ? Or, accept the list of users to allow login using another option...
Hello, I am trying to solve my issue since hours and can't figure it out, that's why I seek out for help. **The issue** When I reboot my server, it...
Hi! We are using dropbearkey in embedded systems, and noticed that the average delay for generating a RSA key of 2048 bits has doubled with 2022.82 version, compared to our...
Lots of routers and other devices now have some form of crypto acceleration usually available with /dev/crypto. Is it possible to add support for crypto acceleration and remove the software...
I am trying to enable [auditd](https://github.com/linux-audit) on [openbmc](https://github.com/openbmc/openbmc) - and our platform of openbmc uses dropbear ssh for authentication. From my understanding , there are certain type of login events...
At the moment local port forwarding can either be disabled completely or allowed to all destinations. With the permitopen option it would be possible to limit local port forwarding only...
Hi Matt, you implemented the "-a" option to allow remote hosts to connect to forwarded ports and this is fine. I'm using OpenSSH and I'd like to migrate to your...