| 1 | = In XO/Bandcon Serial Console access = |
| 2 | |
| 3 | Note: if you are trying to connect to a server in our Telehouse facility, see our [wiki:telehouse_serial_access Telehouse serial access page]. |
| 4 | |
| 5 | More detailed instructions are coming! |
| 6 | |
| 7 | == Physical Setup == |
| 8 | |
| 9 | Console server: paley.mayfirst.org |
| 10 | |
| 11 | * Port 1: pianeta (asm) |
| 12 | * Port 2: axiom (CritPath) |
| 13 | * Port 3: naomi.mayfirst.org |
| 14 | * Port 4: bufflehead (Riseup) |
| 15 | * Port 5: ottorene.mayfirst.rg |
| 16 | * Port 6: roy.mayfirst.org |
| 17 | |
| 18 | == Connecting to your serial console == |
| 19 | |
| 20 | {{{ |
| 21 | ssh -p PORTNUMBER SERVERNAME-console@b.console.mayfirst.org |
| 22 | }}} |
| 23 | |
| 24 | Replace PORTNUMBER with 3000 plus the number of your port. For example: |
| 25 | |
| 26 | {{{ |
| 27 | ssh -p 3001 pianeta-console@b.console.mayfirst.org |
| 28 | }}} |
| 29 | |
| 30 | At the moment, we only have password-based auth working. |
| 31 | |
| 32 | == Connecting to paley as sysadmin == |
| 33 | |
| 34 | You can also connect directly via paley with: |
| 35 | |
| 36 | {{{ |
| 37 | ssh sysadmin@paley.mayfirst.org |
| 38 | connect direct deviceport 1 |
| 39 | }}} |
| 40 | |
| 41 | == Creating a new serial line/user == |
| 42 | |
| 43 | These need to be improved - not sure how to do this via the command line - so far I'm doing this via the web interface at https://paley.mayfirst.org. |
| 44 | |
| 45 | 1. Configure the device by going to Devices -> Device Port. Then select the port you want to configure and click configure |
| 46 | * Provide a name (after the server name) |
| 47 | * Check the box that says ssh in |
| 48 | * Change Baud to 115200 |
| 49 | 1. Configure the user by doing to User Authentication -> Local/Remote Users and click Add/Edit User |
| 50 | * Enter a login (servername-console) |
| 51 | * Create a password |
| 52 | * Change the listen, data, and clear port settings to just the number of the port they should have access to |