Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anentropic committed Mar 27, 2013
1 parent da3c427 commit 516627c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/source/faq.rst
Expand Up @@ -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/
Expand Down

0 comments on commit 516627c

Please sign in to comment.