From e8f1967c91e87fda998451f059489285ecdbbb9d Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 10 Jan 2019 09:51:57 +0100 Subject: 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. --- doc/emulab.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/emulab.rst') 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 -- cgit v1.2.3