Managing your cloud resources with OpenStack: Difference between revisions

Jump to navigation Jump to search
Line 55: Line 55:
==Command Line Clients==
==Command Line Clients==
==Accessing a VM with Multiple Users==
==Accessing a VM with Multiple Users==
There are a number of ways to approach this, but basically what is needed is to add another public ssh key to the VM (see [[ssh keys]]).
There are a number of ways to approach this, but basically what is needed is to add another public ssh key to the VM (see [[ssh keys]] about working with and creating keys). This could be done by adding to the <code>authorized_keys</code> of the primary user account provided for the VM, usually named after the operating system, or it could be added to a newly created user account. In Ubuntu, when logged in with the primary user's account this can be accomplished with the command <code>sudo adduser USERNAME</code>. Then add the supplied public key to that users <code>.ssh/authorized_keys</code> file as described in [[ssh keys]] and linked pages.
cc_staff
1,486

edits

Navigation menu