Re: Slightly louder quiet mode
Sevan Janiyan <[email protected]> Wed, 13 May 2026 11:53:46 +0100
| Newsgroups | gmane.network.openssh.devel |
|---|---|
| Message-ID | <[email protected]> |
On 13/05/2026 03:27, Darren Tucker wrote: > Settings on the command line will override settings in the config > files. In this case, both -q and -oLogLevel on the command line will > override LogLevel in the config files. Understood. Things then veered off for me into why is the motd still being displayed regardless of LogLevel or -q being specified. Turns out there's a thing calld pam_motd in Linux PAM https://github.com/linux-pam/linux-pam/tree/master/modules/pam_motd which doesn't care. :/ Thanks for the pointers. Sevan