30 | | == Connecting to your serial console == |
31 | | |
32 | | {{{ |
33 | | ssh -p PORTNUMBER SERVERNAME-console@b.console.mayfirst.org |
34 | | }}} |
35 | | |
36 | | Replace PORTNUMBER with 3000 plus the number of your port. For example: |
37 | | |
38 | | {{{ |
39 | | ssh -p 3001 pianeta-console@b.console.mayfirst.org |
40 | | }}} |
41 | | |
42 | | If b.console.mayfirst.org doesn't work, try paley.mayfirst.org for the hostname instead. |
43 | | |
44 | | After logging in, you typically need to hit the enter key to get a login prompt on your console. |
45 | | |
46 | | Access is available via password or key based auth. |
47 | | |
48 | | If you are using openssh, you can end your session by typing: <enter> ~ . (that is, hit the enter key, hold down shift while hitting the tilde key, then press period). |
49 | | |
50 | | == Connecting to paley as sysadmin == |
| 30 | == Connecting to your serial console paley as sysadmin == |