| 1 | Adding access to the console of a virtual guest: |
| 2 | |
| 3 | * Login as root to the host server, e.g. ssh root@clr.mayfirst.org |
| 4 | * Add your OpenPGP User Id to the authorized_user_ids file for the user account used by the virtual guest, e.g. echo 'Jamie McClelland <jamie@mayfirst.org>' >> /home/rodolpho/.monkeysphere/authorized_user_ids |
| 5 | * Update the keys for the user, e.g.: monkeysphere-authentication update-users rodolpho |
| 6 | * Login from your computer: ssh rodolpho@clr.mayfirst.org |
| 7 | * Join the screen session: screen -x rodolpho |