|
@@ -23,3 +23,17 @@ config BR2_PACKAGE_DROPBEAR_SMALL
|
|
|
|
|
|
Tradeoffs are slower hashes and ciphers, and disabling of the
|
|
|
blowfish cipher and zlib.
|
|
|
+
|
|
|
+config BR2_PACKAGE_DROPBEAR_WTMP
|
|
|
+ bool "log dropbear access to wtmp"
|
|
|
+ depends on BR2_PACKAGE_DROPBEAR
|
|
|
+ help
|
|
|
+ Enable logging of dropbear access to wtmp. Notice that
|
|
|
+ Buildroot does not generate wtmp by default.
|
|
|
+
|
|
|
+config BR2_PACKAGE_DROPBEAR_LASTLOG
|
|
|
+ bool "log dropbear access to lastlog"
|
|
|
+ depends on BR2_PACKAGE_DROPBEAR
|
|
|
+ help
|
|
|
+ Enable logging of dropbear access to lastlog. Notice that
|
|
|
+ Buildroot does not generate lastlog by default.
|