Displaying 2 results from an estimated 2 matches for "utsire".
2002 Jun 26
5
[PATCH] improved chroot handling
There are a couple of niggles with the sandboxing of the unprivileged
child in the privsep code: the empty directory causes namespace pollution,
and it requires care to ensure that it is set up properly and remains set
up properly. The patch below (against the portable OpenSSH, although the
patch against the OpenBSD version is very similar) replaces the fixed
empty directory with one that is
2002 Jul 25
3
[PATCH] prevent users from changing their environment
...hes their attempts
to set LD_PRELOAD etc. using ~/.ssh/environment or the environment=
option in their ~/.ssh/authorized_keys files. It was generated against
the OpenBSD version of OpenSSH but applies to the portable version too.
Tony.
--
f.a.n.finch <dot at dotat.at> http://dotat.at/
SOUTH UTSIRE: NORTHWEST 3 OR 4, OCCASIONALLY 5, BACKING SOUTH FOR A TIME. RAIN
AT TIMES. MODERATE OR GOOD.
--- sshd_config.5 9 Jul 2002 17:46:25 -0000 1.5
+++ sshd_config.5 24 Jul 2002 16:55:29 -0000
@@ -459,6 +459,21 @@
If this option is set to
.Dq no
root is not allowed to login.
+.It Cm PermitUserEnviro...