From: Yolanda Robla Date: Thu, 1 Jun 2017 14:40:38 +0000 (+0200) Subject: Explain the need of having an ssh key X-Git-Tag: 6.0.0~362 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3098ccffe1d79f1ac97f3c467137eca0453f8418;p=releng-xci.git Explain the need of having an ssh key In order for XCI to work, the user needs to have a ssh key. Explain that on the README and show the command to generate it. Change-Id: I517e15de15ba1b09977dbd62881bc2625c8b2833 --- 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 --------------