At 16:22 24-05-02, Peter Rothman wrote: >Is there a way (maybe some kind of web access) to give someone access to >the linux console without telling them to logon to the userid running >Linux?
I'm not sure what you try to avoid and achieve. There is LOGONBY to control access to a managed list of users who authenticate with their own userid and password instead of the server password. SCIF (Secondary Console Interface Facility) that allows a program to send commands and get the output back. That program could be a CGI in a VM web server, but it's not trivial to write. What's wrong with an ssh session to root? Rob
