bugzilla-daemon at mindrot.org
2024-Oct-16 13:50 UTC
[Bug 3745] New: sshd does not read sshd-auth in the libexecdir directory
https://bugzilla.mindrot.org/show_bug.cgi?id=3745 Bug ID: 3745 Summary: sshd does not read sshd-auth in the libexecdir directory Product: Portable OpenSSH Version: -current Hardware: amd64 OS: Linux Status: NEW Severity: critical Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: xylene2016 at gmail.com Openssh version: commit c537eeb1ae5f069450053b0027e64efe5bdb37d2 OS: AlmaLinux 9 $ autoreconf -f -i $ ./configure \ --prefix=/usr \ --sysconfdir=/etc/ssh \ --libexecdir=/usr/libexec/openssh \ --with-pid-dir=/run \ --with-ssl-engine \ --with-pam \ --with-zlib \ --with-ipaddr-display \ --build=x86_64-linux-gnu \ --host=x86_64-linux-gnu $ make && make install $ ls -l /usr/libexec/openssh/ total 3452 -rwxr-xr-x 1 root root 165688 Oct 16 12:31 sftp-server -rwx--x--x 1 root root 499696 Oct 16 12:31 ssh-keysign -rwxr-xr-x 1 root root 401664 Oct 16 12:31 ssh-pkcs11-helper -rwxr-xr-x 1 root root 366792 Oct 16 12:31 ssh-sk-helper -rwxr-xr-x 1 root root 1027744 Oct 16 12:31 sshd-auth -rwxr-xr-x 1 root root 1064928 Oct 16 12:31 sshd-session $ /usr/sbin/sshd /usr/libexec/sshd-auth does not exist or is not executable -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Oct-17 02:29 UTC
[Bug 3745] sshd does not read sshd-auth in the libexecdir directory
https://bugzilla.mindrot.org/show_bug.cgi?id=3745 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- Thanks - fixed: commit 39db1f23bafb48a7c0cc9c65c716a0370f4cc677 (HEAD -> master, origin/master, origin/HEAD) Author: Damien Miller <djm at mindrot.org> Date: Thu Oct 17 13:28:47 2024 +1100 Fix lookup path for sshd-auth; bz3745 -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.