diff options
author | Sander Vrijders <[email protected]> | 2019-01-10 09:51:57 +0100 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2019-01-10 10:45:02 +0100 |
commit | e8f1967c91e87fda998451f059489285ecdbbb9d (patch) | |
tree | a69ac03e17032e720a36799360841635b1e3cc45 /doc/emulab.rst | |
parent | ba829bd579a8b456b4383dda7cfa4fca78b87a1e (diff) | |
download | rumba-e8f1967c91e87fda998451f059489285ecdbbb9d.tar.gz rumba-e8f1967c91e87fda998451f059489285ecdbbb9d.zip |
doc: Add documentation on running interactively
This adds a file that explains how to run Rumba interactively, as it
may be bothersome to swap it out each time.
Diffstat (limited to 'doc/emulab.rst')
-rw-r--r-- | doc/emulab.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emulab.rst b/doc/emulab.rst index 77ac3d0..8549677 100644 --- a/doc/emulab.rst +++ b/doc/emulab.rst @@ -10,7 +10,7 @@ though a public key was added to the emulab interface. In this case a workaround is to start an ssh-agent and add the public key there. :: $ eval `ssh-agent` - $ ssh-add /home/user/.ssh/id_rsa.pub + $ ssh-add $HOME/.ssh/id_rsa.pub .. automodule:: rumba.testbeds.emulab :member-order: bysource |