Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: bigpcman on February 12, 2009, 10:57:18 PM

Title: There is always an extra dropbear service running - is this right?
Post by: bigpcman on February 12, 2009, 10:57:18 PM
When the ssh server dropbear is activated and a remote terminal connection is made another instantiation of dropbear is started and so it goes. Each additional remote terminal connection adds another dropbear service. There's always an extra one. Is this right?
Title: Re: There is always an extra dropbear service running - is this right?
Post by: ^thehatsrule^ on February 13, 2009, 03:10:38 AM
It probably creates a thread per session
Title: Re: There is always an extra dropbear service running - is this right?
Post by: curaga on February 13, 2009, 03:50:38 AM
The extra process would probably be the "master" one, that listens to requests and then spawns a process to handle them.