Translations:Managing your cloud resources with OpenStack/29/en

Revision as of 14:21, 10 November 2016 by Fuzzybot (talk | contribs) (Importing a new version from external source)

There are a number of ways to allow more than one person to log in to a VM. We recommend creating new user accounts and adding public SSH keys to these accounts. To do so manually, first create a new user account (under Ubuntu, for example) with the command

Question.png
[name@server ~]$ sudo adduser USERNAME

Then add the person's public key to the /home/$USER/.ssh/authorized_keys file as described in SSH keys and linked pages.