#zellij has a pretty neat “web share” that creates a terminal in the browser. I wonder what it would take to have a login portal for that, where the users of my shared machine can log in via the browser (username+password like per SSH, or maybe fancy pass keys) and then resume their sessions or start new ones. Does something like this exist already?

(Or maybe this should be independent of zellij and just reuse their or anyone else’s terminal-in-the-browser component.)

@nomeata not sure how your setup is and if my idea is possible but nginx and the other ones have an authentication option 🤔 and if I am correct this also supports authkeys. I never set this up by myself only experienced it at work.