Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Copyright 2016 by Assured Information Security, Inc. Created by Jean-Edouard Lejosne <lejosnej@ainfosec.com>. This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

Development

You can ssh to any running container to work in it (sudo lxc-start -n <container> to start it)

Just run:

  • IP_C=$(( 150 + UID % 100 ))
  • ssh -i ssh-key/openxt build@192.168.${IP_C}.101    # 101 for oe, 102 for debian and 103 for centos

This should let you it without a password.

Note: ssh-ing as root is disabled, but root doesn't have a password. To login as root, either log in with the build user and sudo -i, or lxc-attach -n <container> as root. At this point, you may set a root password using passwd.

 

TODO MORE TO COME....

  • No labels