summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xci/README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/xci/README.rst b/xci/README.rst
index f6539bb8..0d936653 100644
--- a/xci/README.rst
+++ b/xci/README.rst
@@ -118,6 +118,12 @@ execute sandbox script
Issuing above command will start aio sandbox deployment and the sandbox
should be ready between 1,5 and 2 hours depending on the host machine.
+Please remember that the user executing the XCI script will need to
+have an ssh key available, and stored in $HOME/.ssh directory.
+You can generate one by executing
+
+ ssh-keygen -t rsa
+
Advanced Usage
--------------