Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Vrieze Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Minnesota Supercomputing Institute
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=Stratus= How to add a second user to a given instance: <syntaxhighlight lang="bash"> # Add the user: sudo useradd -m -d /home/<username> -s /bin/bash <username> # Now setup the SSH key for the new user: sudo mkdir -p /home/<username>/.ssh sudo chmod 700 /home/<username>/.ssh sudo vi /home/<username>/.ssh/authorized_keys # [... paste in your PUBLIC (*.pub) key, save and quit ...] sudo chown -R <username>:<username> /home/<username>/.ssh sudo chmod 600 /home/<username>/.ssh/authorized_keys # If desired, give the user sudo privileges sudo passwd <username> #give the user a password, maybe the same as their username sudo adduser <username> sudo </syntaxhighlight>
Summary:
Please note that all contributions to Vrieze Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
MyWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)