wiki:accessing_console_on_virtual_guest

Version 1 (modified by JaimeV, 10 years ago) ( diff )

--

Adding access to the console of a virtual guest:

  • Login as root to the host server, e.g. ssh root@…
  • 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@…>' >> /home/rodolpho/.monkeysphere/authorized_user_ids
  • Update the keys for the user, e.g.: monkeysphere-authentication update-users rodolpho
  • Login from your computer: ssh rodolpho@…
  • Join the screen session: screen -x rodolpho
Note: See TracWiki for help on using the wiki.