On Thu, Aug 07, 2014 at 05:13:26PM -0500, Jeremy MountainJohnson wrote:
> I've poked around Google and haven't found much on this. Whenever I
> quit, either typing exit or control-d from my ssh dropbear server
> (ArchLinux, raspi), the connection won't completely finish the
> process. I get a log out displayed but the session stays up in the
> shell (even if I try control-c/z, it's like it locked up). Clients
> I've tried are cygwin (Windows), and openssh (Linux), all produce this
> problem. I had an older version on a NAS I haven't used in months, and
> I don't recall having this problem (likely an older version of
> dropbear).

Hi Jeremy

Should a bit like the client thinks there is another use of the
control master. Take a look at

http://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing

which explains the concept.

Try running your client with -v and see if there is a second
connection. Could be something like X11 forwarding.

    Andrew