aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2017-06-13 09:45:15 +0200
committerMarco Capitani <m.capitani@nextworks.it>2017-06-13 09:45:15 +0200
commit3d16b92c65184d9a7c93a69d2b3393c528bf1dc6 (patch)
tree81898aa682d467147bc3117aadb16f1aa5dc787b /README.md
parent57218e2bd37d32a9dafedde90a62b46955ac5e8f (diff)
parenta5e67722327ecb2046798e6ad9a103fb42cb09e8 (diff)
downloadrumba-3d16b92c65184d9a7c93a69d2b3393c528bf1dc6.tar.gz
rumba-3d16b92c65184d9a7c93a69d2b3393c528bf1dc6.zip
Merge branch 'master' into jfed-irati-fixes (rumba access)
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index cbe1015..25d79fd 100644
--- a/README.md
+++ b/README.md
@@ -128,15 +128,11 @@ folder.
$ eval `ssh-agent`
$ ssh-add /home/morty/cert.pem
+## Accessing nodes after swap-in
+
To access a node once the experiment swapped in, use the following
- command (in the same terminal where ssh-agent was run):
+ command (in the same terminal where ssh-agent was run in case of jFed):
- $ ssh -A -oProxyCommand="ssh -i $CERTPATH
- -o StrictHostKeyChecking=no $USER@bastion.test.iminds.be
- nc $NODENAME.$EXP.wall2-ilabt-iminds-be.wall2.ilabt.iminds.be 22"
- $USER@$NODENAME.$EXP.wall2-ilabt-iminds-be.wall2.ilabt.iminds.be
+ $ rumba-access $NODE_NAME
- where $CERTPATH is the absolute path of the certificate (e.g.
- /home/morty/cert.pem), $USER is the jFed username (e.g. "ricksanchez"),
- $NODENAME is the name of the node you want to access (e.g. "a"),
- and $EXP is the name of the experiment (e.g. "rochefort10").
+ Where $NODE_NAME is the name of the node to access. \ No newline at end of file