Changes between Initial Version and Version 1 of add_serial_access_to_console_server


Ignore:
Timestamp:
Jan 4, 2008, 4:24:27 PM (16 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • add_serial_access_to_console_server

    v1 v1  
     1= Adding a new user/server to the console server =
     2
     3After setting up a new server, you may want to enable serial access to that server via our serial server (`console.mayfirst.org`). In the example below `zinn` is the name of the server.
     4
     5{{{
     60 sylvia:~# adduser --disabled-password --gecos='zinn console user,,,' zinn-console
     7Adding user `zinn-console' ...
     8Adding new group `zinn-console' (1014) ...
     9Adding new user `zinn-console' (1014) with group `zinn-console' ...
     10Creating home directory `/home/zinn-console' ...
     11Copying files from `/etc/skel' ...
     120 sylvia:~# cereal-admin create zinn /dev/ttyS14 115200 zinn-console zinn-console
     13Created session 'zinn':
     14--f zinn /dev/ttyS14 115200 zinn-console zinn-console
     150 sylvia:~# cereal-admin start zinn
     16Started session 'zinn'.
     170 sylvia:~# cat .ssh/authorized_keys >> ~zinn-console/.ssh/authorized_keys
     180 sylvia:~#
     19}}}