aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-06-08 22:04:23 +0200
committerVincenzo Maffione <v.maffione@gmail.com>2017-06-08 22:04:23 +0200
commit237bae93f53d69c9574d9105121d5a5db80a2045 (patch)
tree9aa1187ab9c341a5e53e2b4c56e912ec53b888e0 /README.md
parentdb18f01116739a2854c4305a7ad72da8c56d446d (diff)
parent4dced04d238234c98a7c8221c1a7c9cfb84bf88b (diff)
downloadrumba-237bae93f53d69c9574d9105121d5a5db80a2045.tar.gz
rumba-237bae93f53d69c9574d9105121d5a5db80a2045.zip
Merge branch '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