[Bug 3745] New: sshd does not read sshd-auth in the libexecdir directory

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Oct 17 00:50:29 AEDT 2024


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.


More information about the openssh-bugs mailing list