Re: ssh dropping
From: Christian Reiner (reiner@imageware.de)Date: 06/24/02
- Next message: Christian Reiner: "Re: PLINK dies, but PUTTY works"
- Previous message: Carlo Tafuro: "SSH and sicure virtual drive"
- In reply to: glowe: "ssh dropping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Christian Reiner <reiner@imageware.de> Date: Mon, 24 Jun 2002 12:31:03 +0200
glowe wrote:
> We have a machine that is running ssh 3.1p3 (I think that's the
> version). It runs separate from inetd. Well, for some reason when
> the daemon dies, all ssh sessions are dropped. Does anybody know why
> this happens. Even when inetd dies (I've seen it die, but not on this
> machine), current sessions stay logged in...but not with ssh. Any
> help is greatly appreciated. Thanks.
>
> g.
sshd ist the process that handles your ssh connection. When it dies it's
logical that your connection die as well.
The fact that your connections remain when inetd dies (I assume you are
talking about telnet-connections or something) is explained as follows: The
inetd (or xinetd) is NOT the daemon handling your connections it is
something like a 'super-daemon' calling the daemons actually handling your
connections. so when inetd dies after having called the connection handling
daemon that one does not die as well so your connections stay open.
Chris
- Next message: Christian Reiner: "Re: PLINK dies, but PUTTY works"
- Previous message: Carlo Tafuro: "SSH and sicure virtual drive"
- In reply to: glowe: "ssh dropping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|