From e620301de1c26595bde0c2eb5c26556b59a3301a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 2 Feb 2025 18:49:49 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-openssh-server.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/images/docker-openssh-server.md b/docs/images/docker-openssh-server.md index 907b9867b..dceb2b908 100644 --- a/docs/images/docker-openssh-server.md +++ b/docs/images/docker-openssh-server.md @@ -1,5 +1,10 @@ --- title: openssh-server +tags: + - Administration +description: "[Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. +Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. +The users only have access to the folders mapped and the processes running inside this container." ---