From a1bddf0ab2cd7bee30b1f0dc1575c0b8c532e157 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 26 Mar 2018 16:25:14 +0200 Subject: rumba: Add Rumba documentation website This adds a documentation website for Rumba which is triggered automatically after changes to master. --- doc/emulab.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/emulab.rst (limited to 'doc/emulab.rst') diff --git a/doc/emulab.rst b/doc/emulab.rst new file mode 100644 index 0000000..376f07d --- /dev/null +++ b/doc/emulab.rst @@ -0,0 +1,16 @@ +Emulab +============= + +`Emulab `_ is a network testbed, giving +researchers a wide range of environments in which to develop, debug, +and evaluate their systems. + +Issues have been reported that Rumba asks for the password even +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 + +.. automodule:: rumba.testbeds.emulab + :member-order: bysource -- cgit v1.2.3