diff options
author | Vincenzo Maffione <[email protected]> | 2017-06-15 15:44:54 +0200 |
---|---|---|
committer | Vincenzo Maffione <[email protected]> | 2017-06-15 15:44:54 +0200 |
commit | c345d1b54f8e78d7c6e457b62e6b925a4daf6190 (patch) | |
tree | 7d47c7b8b6cf059956ce94682ad72af679e2eb39 | |
parent | 1f264fb2bf6884b8f13a7e1580356ac87e61bb4e (diff) | |
download | rumba-c345d1b54f8e78d7c6e457b62e6b925a4daf6190.tar.gz rumba-c345d1b54f8e78d7c6e457b62e6b925a4daf6190.zip |
README.md: add warning about sudo
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,6 +128,9 @@ folder. $ eval `ssh-agent` $ ssh-add /home/morty/cert.pem + Pay attention to run your rumba script in the same terminal used for the + previous commands, without changing the user (e.g. using su or sudo). + ## Accessing nodes after swap-in To access a node once the experiment swapped in, use the following |