Displaying 2 results from an estimated 2 matches for "xylene2016".
2023 Feb 09
11
[Bug 3537] New: OpenSSH build failed
...led
           Product: Portable OpenSSH
           Version: -current
          Hardware: amd64
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Miscellaneous
          Assignee: unassigned-bugs at mindrot.org
          Reporter: xylene2016 at gmail.com
Created attachment 3659
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3659&action=edit
the output
Fail to build OpenSSH since this commit
195313dfe10a23c82e9d56d5fdd2f59beee1bdcf (harden Linux seccomp sandbox)
OS: RHEL 7 / CentOS 7
Please check the attachment.
-- 
Yo...
2024 Oct 16
1
[Bug 3745] New: sshd does not read sshd-auth in the libexecdir directory
...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-i...