From 516627c1adaa3a0f2e635c65db303d0c0a1992fd Mon Sep 17 00:00:00 2001 From: Paul Garner Date: Wed, 27 Mar 2013 12:49:58 +0000 Subject: [PATCH] update docs --- doc/source/faq.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/faq.rst b/doc/source/faq.rst index 6869c1b2..a00726f5 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -198,6 +198,14 @@ There are many ways: username = user password = password + When defining workers in the conf file you can alternatively specify a path to a private key file + instead of using a password:: + + [worker1] + host = worker1 + username = user + ssh_key = /path/to/my_key_name.pub + Then run adding just the --distribute option:: $ fl-run-bench -c 1:2:3 -D 5 -f --simple-fetch test_Simple.py Simple.test_simple --distribute -u http://target/