Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 9317099: Various SSH configuration improvements (Closed)
Patch Set: Created Feb. 6, 2013, 8:24 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/private-stub/files/id_rsa » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -46,16 +46,29 @@ To start the _server0_ VM:
After you've made changes to Puppet manifests, you can update it like this:
vagrant provision server0
You can omit the VM name if you want to boot or provision all
VMs. This might take a while and eat quite a bit of RAM though.
+### SSH to the server
+
+You can use vagrant to connect as the vagrant user:
+
+ vagrant ssh server5
+
+If you want to test "real" SSH access you can use the test user account defined
+in _private-stub_:
+
+ ssh -i modules/private/files/id_rsa test@10.8.0.100
+
+The default password for this user (required for the _sudo_ command) is "test".
+
Adding a server
---------------
To set up a new server, you should first add it to the development
environment and test the setup, then set up a corresponding production
server.
### Development environment
« no previous file with comments | « no previous file | modules/private-stub/files/id_rsa » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld