| 9 | Console server: `roy.mayfirst.org` |
| 10 | * /dev/ttyUSB0 : pianeta : (asm) |
| 11 | * /dev/ttyUSB1 : axiom : (`CritPath`) |
| 12 | * /dev/ttyUSB2 : luisa |
| 13 | * /dev/ttyUSB3 : bufflehead : (Riseup) |
| 14 | * /dev/ttyUSB4 : ottorene |
| 15 | * /dev/ttyUSB5 : kato : (in use switch) |
| 16 | * /dev/ttyUSB6 : zuzuncito : (backup switch) |
| 17 | * /dev/ttyUSB7 : finch : (Riseup) |
| 18 | * /dev/ttyUSB8 : clr |
| 19 | * /dev/ttyUSB9 : avocet |
| 20 | * /dev/ttyUSB10 : ramona |
| 21 | * /dev/ttyUSB11 : pietri |
| 22 | * /dev/ttyUSB12 : shaw : (tenant.net) |
| 23 | * /dev/ttyUSB13 : malaka |
| 24 | * /dev/ttyUSB14 : franz : (saharareporters) |
| 25 | * /dev/ttyUSB15 : |
| 32 | |
| 33 | == Connecting via roy == |
| 34 | |
| 35 | In order to connect via serial console to one of the servers named above, ssh into `roy.mayfirst.org` as ''servername''`-console` |
| 36 | |
| 37 | For example: |
| 38 | |
| 39 | {{{ |
| 40 | ssh -t ottorene-console@console.mayfirst.org cereal attach ottorene |
| 41 | }}} |
| 42 | |
| 43 | Would give you full read/write access to the console on `ottorene`. |
| 44 | |
| 45 | Access should mainly be controled via the monkeysphere, though standard SSH keys should work. |
| 46 | |
| 47 | The SSH RSA host key for `roy.mayfirst.org` should have a fingerprint of: |
| 48 | {{{ |
| 49 | 2048 37:8d:b6:78:7b:1a:a0:2e:c0:f3:c2:eb:03:84:85:57 |
| 50 | }}} |
| 51 | |
| 52 | We can also setup additional users that have read-only access to the sessions created by each of these usernames, should that be desirable. You can request such access by creating a [/newticket ticket]. |
| 53 | |
| 54 | |
| 55 | == Setting up a new console user on roy == |
| 56 | |
| 57 | To setup a new console user (this is something only admins can do), do the following as `root@roy.mayfirst.org`: |
| 58 | |
| 59 | {{{ |
| 60 | adduser --disabled-password --gecos='franz console user,,,' franz-console |
| 61 | cereal-admin create franz /dev/ttyUSB14 115200 franz-console franz-console |
| 62 | cereal-admin start franz |
| 63 | }}} |
| 64 | |
| 65 | == Connecting to roy via serial console == |
| 66 | |
| 67 | In addition - we have a serial line running from luisa's /dev/ttyUSB0 that goes to roy's built-in serial port 1, so that roy's console itself is remotely accessible, and logged. You can connect to roy's console with: |
| 68 | |
| 69 | |
| 70 | {{{ |
| 71 | ssh -t roy-console@luisa.mayfirst.org cereal attach roy |
| 72 | }}} |
| 73 | |
| 74 | |
41 | | == Connecting to roy via serial console == |
42 | | |
43 | | In addition - we have a serial line running from luisa's /dev/ttyUSB0 that goes to roy's built-in serial port 1, so that roy's console itself is remotely accessible, and logged. You can connect to roy's console with: |
44 | | |
45 | | |
46 | | {{{ |
47 | | ssh -t roy-console@luisa.mayfirst.org cereal attach roy |
48 | | }}} |
49 | | |
50 | | == sysrq == |
51 | | |
52 | | To get the sysrq menu (for [wiki:skinny_elephants_recovery raising skinny elephants]), type ESC-B h (thats hit and release escape and then shift-B and then h to get the sysrq menu) |
53 | | |
54 | | == Creating a new serial line/user == |
| 87 | == Creating a new serial line/user on paley == |