mirror of
https://github.com/clearml/dropbear
synced 2025-04-05 05:09:39 +00:00
MOTD enabled by default as the manpage says (#87)
The man page (https://github.com/mkj/dropbear/blob/master/dropbear.8) says MOTD will be printed by default for any login shell, but it was disabled at compile time. Probably happened by accident when this code was moved from `options.h` to `default_options.h`.
This commit is contained in:
parent
3d12521735
commit
002b79e2f9
@ -179,7 +179,7 @@ group1 in Dropbear server too */
|
||||
#define DO_HOST_LOOKUP 0
|
||||
|
||||
/* Whether to print the message of the day (MOTD). */
|
||||
#define DO_MOTD 0
|
||||
#define DO_MOTD 1
|
||||
#define MOTD_FILENAME "/etc/motd"
|
||||
|
||||
/* Authentication Types - at least one required.
|
||||
|
Loading…
Reference in New Issue
Block a user