Changes between Version 4 and Version 5 of add_serial_access_to_console_server


Ignore:
Timestamp:
Jan 4, 2008, 5:48:04 PM (16 years ago)
Author:
Daniel Kahn Gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • add_serial_access_to_console_server

    v4 v5  
    1111cereal-admin start "$SERVERNAME"
    1212}}}
    13 
     13If you want MF/PL root staff to have access to the new console, you can just copy ssh authorizations from `root` on the console server:
     14{{{
     15cat /root/.ssh/authorized_keys >> /home/${SERVERNAME}-console/.ssh/authorized_keys"
     16}}}
    1417
    1518Here's an example run (in the example below `SERVERNAME=zinn`, and `TTYDEVICE=ttyS14`):