aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-06-07 11:31:24 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2017-06-07 11:31:24 +0200
commita530847d9a47dceb121eac00d42f456239f643a6 (patch)
treea6998ad666b1b4d2cf65bd0dc9fc90cb8be14273 /README.md
parentdcb7c8743244b4010db159d7d8d794278a792b17 (diff)
downloadrumba-a530847d9a47dceb121eac00d42f456239f643a6.tar.gz
rumba-a530847d9a47dceb121eac00d42f456239f643a6.zip
Update README.md to use access script
This changes the README so that users will use the rumba-access script.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index cbe1015..7d416f6 100644
--- a/README.md
+++ b/README.md
@@ -128,15 +128,12 @@ 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/tools/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 $RUMBA is the location to the rumba repository and $NODE_NAME
+ is the name of the node to access. \ No newline at end of file