Re: Request: Add dropbear support

"Jason Pyeron" <[email protected]> Sat, 19 Nov 2022 07:06:15 -0500
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
> -----Original Message-----
> From: Orion Poplawski
> Sent: Friday, October 21, 2022 11:02 AM
> 
> On 10/18/22 10:26, Jakob Albert wrote:
> > Hello everyone,
> >
> > as far as I can see it, there is currently no support for [dropbear], is there?

Jakob, Please open a feature request. - https://sourceforge.net/p/logwatch/feature-requests/new/ 

> >
> > I use dropbear as an SSH Server inside an Alpine Container.

Do either you have logs you are willing to submit for code coverage testing?

> > The following three lines are generated in `/var/log/messages` for each connection:
> > ```
> > authpriv.info dropbear[1571]: Child connection from 000.000.000.000:12345
> > authpriv.notice dropbear[1571]: Pubkey auth succeeded for 'username' with ssh-ed25519
> key SHA256:sshKeyHash from 000.000.000.000:12345
> > authpriv.info dropbear[1571]: Exit (username) from <000.000.000.000:12345>: Disconnect
> received
> > ```
<snip/>
> > Jakob
> 
> FWIW - this is my locally hacked quick version of the first option (new
> service).  I suspect it has a lot of cruft in it still.
> 

Orion, are you willing to have that patch merged?

v/r,

Jason Pyeron