WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: There is always an extra dropbear service running - is this right?  (Read 2924 times)

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
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?
big pc man

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: There is always an extra dropbear service running - is this right?
« Reply #1 on: February 13, 2009, 12:10:38 AM »
It probably creates a thread per session

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: There is always an extra dropbear service running - is this right?
« Reply #2 on: February 13, 2009, 12:50:38 AM »
The extra process would probably be the "master" one, that listens to requests and then spawns a process to handle them.
The only barriers that can stop you are the ones you create yourself.