#20709 (dropbear) – OpenWrt
dev.archive.openwrt.org › ticket › 20709Description ¶. i'm running chaos calmer and dropbear does not support curve25519-sha256@… as a key exchange protocol (although this should be available since 2013.61test). currently i'm stuck with diffie-hellman-group1-sha1 and diffie-hellman-group14-sha1. in addition, for mac dropbear only offers hmac-sha1 and hmac-md5 but no hmac-sha2-256 ...
[OpenWrt Wiki] LOG MESSAGES
https://openwrt.org/docs/guide-user/perf_and_log/log.messages09.06.2018 · Feb 4 21:45:43 openwrt user.info dropbear[9815]: Child connection from 192.168.1.1:46247 Feb 4 21:45:43 openwrt user.notice dropbear[9815]: password auth succeeded for 'username' from 192.168.1.1:46247 Feb 5 00:03:34 openwrt user.info dropbear[9815]: exit after auth (username): Exited normally Feb 5 03:13:39 openwrt user.warn dropbear[10221]: bad …
[OpenWrt Wiki] Dropbear configuration
openwrt.org › docs › guide-userSep 10, 2021 · Dropbear configuration * Follow SFTP server to provide SFTP support. * Follow Dropbear key-based authentication to set up key-based authentication. * Follow Secure your router's access for additional security hardening. The SSH configuration is handled by the Dropbear subsystem of uci and the configuration file is located in
[OpenWrt Wiki] Dropbear key-based authentication
openwrt.org › docs › guide-userDec 27, 2021 · If you wish to SSH from the OpenWRT device, Dropbear needs the keys in a different format to OpenSSH so a different program is used: dropbearkey -f ~ /.ssh / id_dropbear -t rsa -s 2048. By default Dropbear reads ~/.ssh/id_dropbear so putting the private key there may avoid the need to create an SSH configuration file.