From 8a58c765de3fc036a8d132cbcf460ca5dcc1acf4 Mon Sep 17 00:00:00 2001 From: "Vigneshvar.A.S" Date: Tue, 27 Jan 2015 15:10:03 +0530 Subject: [PATCH] Minor changes on README * Corrected minor details on how to ssh for specific nodes. Change-Id: I7f637146f281b07a892307108ebdea0325b63ef3 --- labs/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/labs/README.md b/labs/README.md index fb856fc9..13ff2914 100644 --- a/labs/README.md +++ b/labs/README.md @@ -117,13 +117,16 @@ Admin Login: * SSH -You can ssh to each of the nodes: +You can ssh to each of the nodes by: - $ ssh controller@10.10.10.51 + # Controller node + $ ssh osbash@10.10.10.51 - $ ssh compute@10.10.10.51 + # Network node + $ ssh osbash@10.10.10.52 - $ ssh network@10.10.10.51 + # Compute node + $ ssh osbash@10.10.10.53 Credentials for all nodes: