diff options
author | djm@openbsd.org <djm@openbsd.org> | 2024-02-21 07:06:43 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-02-21 07:18:01 +0100 |
commit | d1164cb1001dd208fee88aaa9b43d5e6fd917274 (patch) | |
tree | c2197908bca5a4b7b578c2b7e84fb15fd6865a35 /sshd_config.5 | |
parent | upstream: .Cm for a keyword. Part of GHPR#454 from Niklas Hambüchen (diff) | |
download | openssh-d1164cb1001dd208fee88aaa9b43d5e6fd917274.tar.xz openssh-d1164cb1001dd208fee88aaa9b43d5e6fd917274.zip |
upstream: clarify permissions requirements for ChrootDirectory Part
of GHPR#454 from Niklas Hambüchen
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
OpenBSD-Commit-ID: d37bc8786317a11649c62ff5e2936441186ef7a0
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 5fe5ea929..57da2c25d 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.353 2024/02/21 06:05:06 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.354 2024/02/21 06:06:43 djm Exp $ .Dd $Mdocdate: February 21 2024 $ .Dt SSHD_CONFIG 5 .Os @@ -485,7 +485,7 @@ to after authentication. At session startup .Xr sshd 8 checks that all components of the pathname are root-owned directories -which are not writable by any other user or group. +which are not writable by group or others. After the chroot, .Xr sshd 8 changes the working directory to the user's home directory. |