From 2ba0955cb612ccc442243702c4e83f61db31d12d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 15 Nov 2019 10:12:42 +0100 Subject: [PATCH] doc: Update cockpit/ws documentation * Project Atomic was superseded by Fedora CoreOS. * It's not a "docker" container, it's just a container. * Speaking about "the default" is misleading, as the container isn't installed by default. But we only support the container there, not trying to squeeze the web server into an OSTree overlay. Closes #13153 --- doc/guide/authentication.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/guide/authentication.xml b/doc/guide/authentication.xml index 022a015e8..cc1a34cf8 100644 --- a/doc/guide/authentication.xml +++ b/doc/guide/authentication.xml @@ -21,9 +21,11 @@ system or you can setup a Kerberos based SSO solution. - The web server can also be run from the cockpit/ws docker - container. If you are running cockpit on an - Atomic Host this will be the default. In this setup, cockpit establishes an + The web server can also be run from the + cockpit/ws + container. If you are running cockpit on a container host operating system like + Fedora CoreOS + this will be the only supported mode. In this setup, cockpit establishes an SSH connection from the container to the underlying host, meaning that it is up to your SSH server to grant access. To login with a local account, sshd will need to be configured to allow password based authentication.