Displaying 11 results from an estimated 11 matches for "opty77".
Did you mean:
opty
2024 Jun 14
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Tue, Jun 11, 2024 at 1:24?PM Opty <opty77 at gmail.com> wrote:
> On Wed, Jun 5, 2024 at 3:14?PM Opty <opty77 at gmail.com> wrote:
> > On Wed, Jun 5, 2024 at 6:03?AM Damien Miller <djm at mindrot.org> wrote:
> > > We need to decide whether to promote these log messages to INFO.
> > >
> > >...
2024 Jun 17
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Fri, 14 Jun 2024, Opty wrote:
> On Tue, Jun 11, 2024 at 1:24?PM Opty <opty77 at gmail.com> wrote:
> > On Wed, Jun 5, 2024 at 3:14?PM Opty <opty77 at gmail.com> wrote:
> > > On Wed, Jun 5, 2024 at 6:03?AM Damien Miller <djm at mindrot.org> wrote:
> > > > We need to decide whether to promote these log messages to INFO.
> > >...
2024 Jun 11
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Wed, Jun 5, 2024 at 3:14?PM Opty <opty77 at gmail.com> wrote:
> On Wed, Jun 5, 2024 at 6:03?AM Damien Miller <djm at mindrot.org> wrote:
> > On Sat, 1 Jun 2024, Opty wrote:
> > > Indeed I am.
> > >
> > > What now?
> >
> > We need to decide whether to promote these log messages to IN...
2024 Jun 17
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Mon, Jun 17, 2024 at 10:50?AM Damien Miller <djm at mindrot.org> wrote:
> On Fri, 14 Jun 2024, Opty wrote:
> > On Tue, Jun 11, 2024 at 1:24?PM Opty <opty77 at gmail.com> wrote:
> > > On Wed, Jun 5, 2024 at 3:14?PM Opty <opty77 at gmail.com> wrote:
> > > > On Wed, Jun 5, 2024 at 6:03?AM Damien Miller <djm at mindrot.org> wrote:
> > > > > We need to decide whether to promote these log messages to INFO....
2024 May 31
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Thu, May 30, 2024 at 6:02?PM Opty <opty77 at gmail.com> wrote:
> On Thu, May 30, 2024 at 3:03?AM Damien Miller <djm at mindrot.org> wrote:
> > On Wed, 29 May 2024, Opty wrote:
> > > On Mon, May 27, 2024 at 4:18?AM Damien Miller <djm at mindrot.org> wrote:
> > > > Yeah, you're adding a new th...
2024 Jun 05
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Wed, Jun 5, 2024 at 6:03?AM Damien Miller <djm at mindrot.org> wrote:
> On Sat, 1 Jun 2024, Opty wrote:
> > Indeed I am.
> >
> > What now?
>
> We need to decide whether to promote these log messages to INFO.
>
> > Should PuTTY change its 'perfectly OK to unceremoniously
> > slam the connection shut when you're done' attitude?
>
>
2024 May 30
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Thu, May 30, 2024 at 3:03?AM Damien Miller <djm at mindrot.org> wrote:
> On Wed, 29 May 2024, Opty wrote:
> > On Mon, May 27, 2024 at 4:18?AM Damien Miller <djm at mindrot.org> wrote:
> > > Yeah, you're adding a new thing that will be logged. IMO you should
> > > try to figure out why the "Connection closed" message that is present
> >
2024 May 21
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
Hello,
can anyone confirm that OpenSSH server doesn't log client disconnect
without SSH_MSG_DISCONNECT?
PuTTY stopped sending it long time ago [1] and I wonder if any client
must or at least should do that like OpenSSH client does.
I have disabled e-mail delivery so Cc me please.
Regards,
Opty
----------
[1]
2024 May 29
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Mon, May 27, 2024 at 4:18?AM Damien Miller <djm at mindrot.org> wrote:
> Yeah, you're adding a new thing that will be logged. IMO you should
> try to figure out why the "Connection closed" message that is present
> in the debug log you sent is not making to to your syslog.
If I change LogLevel in /etc/ssh/sshd_config from default INFO to
VERBOSE then I see
2024 Jun 01
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Sat, Jun 1, 2024 at 5:23?AM Damien Miller <djm at mindrot.org> wrote:
> On Fri, 31 May 2024, Opty wrote:
> > 9.7p1 built from source without TCP wrappers and still no 'Connection
> > closed' at 'LogLevel INFO'.
>
> You might be hitting this exit path:
>
> diff --git a/serverloop.c b/serverloop.c
> index 4eabfced6..bf45f77a2 100644
> ---
2024 May 22
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Wed, May 22, 2024 at 6:29?AM Damien Miller <djm at mindrot.org> wrote:
> OpenSSH logs the disconnection regardless of whether the client sends
> SSH_MSG_DISCONNECT or just drops the connection.
>
> A little more information may be logged from the disconnect packet
> if it was sent, but there should always be a "Connection closed by ..."
> message regardless.
I