Changes between Version 23 and Version 24 of telehouse_serial_access


Ignore:
Timestamp:
Mar 11, 2008, 10:13:52 AM (16 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • telehouse_serial_access

    v23 v24  
    5050ssh -t octavia-console@leslie.mayfirst.org cereal attach octavia
    5151}}}
     52
     53== Setting up a new console user ==
     54
     55To setup a new console user, type the following on sylvia:
     56
     57{{{
     58adduser --disabled-password --gecos='fred console user,,,' fred-console
     59cereal-admin create fred /dev/ttyS15 115200 fred-console fred-console
     60cereal-admin start fred
     61}}}