Skip to content

Disabling Authentication completely #20247

Answered by martinpitt
PrtmPhlp asked this question in Q&A
Discussion options

You must be logged in to vote

Cockpit's goal is to be a full Linux user session, with authentication, user D-Bus and all bells and whistles. Similar to what you get on a VT, in Gnome etc., but in a web browser. It's not meant to be an unauthenticated public monitoring tool. You can certainly build it that way - create a heavily confined user which can't do anything serious on a machine, and then do the --local-session thing as that user. But making that safe is incredibly hard -- even as completely unprivileged user you can still use up CPU, RAM, disk space, networking, etc. (think "run a bitcoin miner"). So please don't put this on the open internet -- inside of a VPN is ok.

Sorry for the late answer!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@PrtmPhlp
Comment options

@martinpitt
Comment options

Answer selected by PrtmPhlp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #20244 on April 02, 2024 02:38.