search for: elogind

Displaying 9 results from an estimated 9 matches for "elogind".

Did you mean: logind
2024 May 22
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
...nection closed by ..." > message regardless. I should have shown examples from the system log. SSH-2.0-OpenSSH_9.3: 2024-05-19T15:48:06.591206+02:00 qeporkak sshd 15053 - - Accepted keyboard-interactive/pam for opty from 127.0.0.1 port 41006 ssh2 2024-05-19T15:48:06.601660+02:00 qeporkak elogind-daemon 1111 - - New session 2 of user opty. 2024-05-19T15:48:07.797821+02:00 qeporkak sshd 15058 - - Received disconnect from 127.0.0.1 port 41006:11: disconnected by user 2024-05-19T15:48:07.797967+02:00 qeporkak sshd 15058 - - Disconnected from user opty 127.0.0.1 port 41006 2024-05-19T15:48:07.8...
2024 May 22
2
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Tue, 21 May 2024, Opty wrote: > Hello, > > can anyone confirm that OpenSSH server doesn't log client disconnect > without SSH_MSG_DISCONNECT? 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
2024 Jun 14
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
...; I will also try 'LogVerbose serverloop.c:process_input():*' soon which > might do here. A bit chatty but works: 2024-06-14T20:01:54.084176+02:00 qeporkak sshd 10012 - - Accepted keyboard-interactive/pam for opty from 127.0.0.1 port 60547 ssh2 2024-06-14T20:01:54.090845+02:00 qeporkak elogind-daemon 1116 - - New session 2 of user opty. 2024-06-14T20:01:55.125617+02:00 qeporkak sshd 10027 - - serverloop.c:process_input():290 (pid=10027): Connection closed by 127.0.0.1 port 60547 2024-06-14T20:01:55.131298+02:00 qeporkak elogind-daemon 1116 - - Removed session 2. Regards, Opty
2024 Nov 25
1
Working through the PAM Offline Authentication Wiki page, but...
...Nov 25 12:15:23 terra sshd-session[25037]: Accepted keyboard-interactive/pam for SAMDOM\\jgraham from 127.0.0.1 port 44002 ssh2 ??? Nov 25 12:15:24 terra sshd-session[25037]: pam_unix(sshd:session): session opened for user HOME\jgraham(uid=10000) by HOME\jgraham(uid=0) ??? Nov 25 12:15:24 terra elogind-daemon[3816]: New session 11 of user SAMDOM\jgraham. This is behaving well as far as I can tell. However, the network cable is still attached when this test was run. When I remove the network cable, the behavior changes. With the exact same ssh command as above, there's a long timeout befo...
2024 May 27
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
...ere should always be a "Connection closed by ..." > > message regardless. > > Unpatched: > 2024-05-26T13:40:18.419241+02:00 qeporkak sshd 16107 - - Accepted > keyboard-interactive/pam for opty from 127.0.0.1 port 48133 ssh2 > 2024-05-26T13:40:18.428291+02:00 qeporkak elogind-daemon 1114 - - New > session 2 of user opty. > 2024-05-26T13:40:19.309320+02:00 qeporkak elogind-daemon 1114 - - > Removed session 2. > > Q&D patch: > diff -Naur a/putty-0.81/ssh/connection2.c b/putty-0.81/ssh/connection2.c > --- a/putty-0.81/ssh/connection2.c 2024-0...
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 INFO. > > > > > Should PuTTY change its
2024 Jun 17
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
...erverloop.c:process_input():*' soon which > > might do here. > > A bit chatty but works: > > 2024-06-14T20:01:54.084176+02:00 qeporkak sshd 10012 - - Accepted > keyboard-interactive/pam for opty from 127.0.0.1 port 60547 ssh2 > 2024-06-14T20:01:54.090845+02:00 qeporkak elogind-daemon 1116 - - New > session 2 of user opty. > 2024-06-14T20:01:55.125617+02:00 qeporkak sshd 10027 - - > serverloop.c:process_input():290 (pid=10027): Connection closed by > 127.0.0.1 port 60547 > 2024-06-14T20:01:55.131298+02:00 qeporkak elogind-daemon 1116 - - > Removed sessio...
2024 Nov 27
2
pam_winbind Appears to need a Network Connection to Succeed at Offline Authentication
...rra sshd-session[16674]: pam_winbind(sshd:setcred): [pamh: 0x55dc18bc2780] LEAVE: pam_sm_setcred returning 0 (PAM_SUCCESS) ??? Nov 27 09:32:47 terra sshd-session[16674]: pam_unix(sshd:session): session opened for user SAMDOM\jgraham(uid=10000) by SAMDOM\jgraham(uid=0) ??? Nov 27 09:32:47 terra elogind-daemon[3814]: New session 22 of user SAMDOM\jgraham. But this is done with the network connection up. When I unplug the cable, the behavior is very different: ??? terra ~ # ssh SAMDOM\\jgraham at localhost ??? (SAMDOM\jgraham at localhost) Password: ??? (SAMDOM\jgraham at localhost) Password...
2024 Nov 27
1
pam_winbind Appears to need a Network Connection to Succeed at Offline Authentication
...: > pam_winbind(sshd:setcred): [pamh: 0x55dc18bc2780] LEAVE: > pam_sm_setcred returning 0 (PAM_SUCCESS) > ??? Nov 27 09:32:47 terra sshd-session[16674]: > pam_unix(sshd:session): session opened for user > SAMDOM\jgraham(uid=10000) by SAMDOM\jgraham(uid=0) Nov 27 09:32:47 > terra elogind-daemon[3814]: New session 22 of user SAMDOM\jgraham. > > But this is done with the network connection up. When I unplug the > cable, the behavior is very different: > > ??? terra ~ # ssh SAMDOM\\jgraham at localhost > ??? (SAMDOM\jgraham at localhost) Password: > ??? (SAM...