diff options
author | Yolanda Robla <yroblamo@redhat.com> | 2017-06-01 16:40:38 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-06-02 16:25:01 +0000 |
commit | 71363357702c788bd938564d589752a95990099d (patch) | |
tree | 34a7586bf66c46e237b5effcdaae433cbfaae095 | |
parent | e43f4a702cbf8c26a4a32827a3823a18c187d10b (diff) |
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
-rw-r--r-- | prototypes/xci/README.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/prototypes/xci/README.rst b/prototypes/xci/README.rst index f6539bb85..0d9366533 100644 --- a/prototypes/xci/README.rst +++ b/prototypes/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 -------------- |