Files
termux-packages/packages/openssh/sshd.c.patch
termux-pacman-bot 6177c4de01 fix(openssh): Adapt sshd.c patch for Android privsep & bump revision
Updates the `sshd.c.patch` to align with upstream OpenSSH 10.0p2 and
improves compatibility on Android.

Specifically, the patch now conditionally compiles out certain privilege
separation directory ownership/permission checks (`_PATH_PRIVSEP_CHROOT_DIR`)
when building for Android. This aims to prevent errors like
"Privilege separation user sshd does not exist" when running sshd as root
on Android systems, where user and filesystem conventions differ.
2025-05-13 08:08:24 +00:00

2.9 KiB