View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#341
Originally Posted by mcow View Post
Can you check whether both OpenSSH and Dropbear are installed before enabling long-tap on the SSH widget?
Why?

When I make a connection to OpenSSH, it goes from a blank display to "2 clients" If I open a second terminal window to it, it increments from 2 to 4.
Why does each external connection count for 2 rather than 1?
Establishing an ssh connection to your n8x0 and then greping for "sshd" should give you something like this:

Code:
2119 root       3484 SW< /usr/sbin/sshd
3190 root       6044 SW< sshd: root@pts/0
The first line is the OpenSSH server, the second line is a client and multiple connections to your n8x0 will result in multiple client processes. Is your server creating multiple processes per client?