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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to