mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-29 15:10:15 +00:00
The obsolete `sshd.0.patch` file has been removed as it is no longer needed. Its functionality is now covered by the updated `sshd.8.patch`. Additionally, a newline character has been added to the end of the `sshd-auth.c.patch` file to resolve the "patch unexpectedly ends in middle of line" warning.
13 lines
346 B
Diff
13 lines
346 B
Diff
--- a/sshd.8
|
|
+++ b/sshd.8
|
|
@@ -1007,8 +1007,7 @@
|
|
directory used by
|
|
.Nm
|
|
during privilege separation in the pre-authentication phase.
|
|
-The directory should not contain any files and must be owned by root
|
|
-and not group or world-writable.
|
|
+The directory should not contain any files.
|
|
.Pp
|
|
.It Pa /var/run/sshd.pid
|
|
Contains the process ID of the
|