diff options
author | Sander Vrijders <[email protected]> | 2017-06-07 11:31:24 +0200 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2017-06-07 11:31:24 +0200 |
commit | a530847d9a47dceb121eac00d42f456239f643a6 (patch) | |
tree | a6998ad666b1b4d2cf65bd0dc9fc90cb8be14273 /README.md | |
parent | dcb7c8743244b4010db159d7d8d794278a792b17 (diff) | |
download | rumba-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.md | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -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 [email protected] - 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 |