Translations:Managing your cloud resources with OpenStack/29/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
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|SSH keys]] to these accounts. To do so manually, first create a new user account (under Ubuntu, for example) with the command {{Command|sudo adduser --disabled-password USERNAME}}
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 {{Command|sudo adduser --disabled-password USERNAME}}
Then add the person's public key to the <code>/home/$USER/.ssh/authorized_keys</code> file as described in [[Ssh keys|SSH keys]] and linked pages.
Then add the person's public key to the <code>/home/$USER/.ssh/authorized_keys</code> file as described in [[SSH Keys]] and linked pages.

Revision as of 17:41, 31 January 2017

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 --disabled-password USERNAME

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