From 5de710900820a94a410a53e87056fb9bbeecae58 Mon Sep 17 00:00:00 2001 From: Adriano Rosso Date: Wed, 22 Apr 2015 10:56:13 -0300 Subject: [PATCH] Adds the missing command to generate the SSH key This patch adds the example of how to use the command "ssh-keygen", which is necessary when using the SSH authentication of the HNAS driver. Change-Id: Id615ad2375b490507a7556dab9f042279de8de25 --- .../block-storage/drivers/hds-hnas-driver.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/config-reference/block-storage/drivers/hds-hnas-driver.xml b/doc/config-reference/block-storage/drivers/hds-hnas-driver.xml index 0007e916d7..1cf632da5e 100644 --- a/doc/config-reference/block-storage/drivers/hds-hnas-driver.xml +++ b/doc/config-reference/block-storage/drivers/hds-hnas-driver.xml @@ -519,7 +519,8 @@ volume_backend_name = HNAS-NFS Create a pair of public keys in the Block Storage host (leave the pass-phrase empty): - $ mkdir -p /opt/hds/ssh + $ mkdir -p /opt/hds/ssh +$ ssh-keygen -f /opt/hds/ssh/hnaskey @@ -609,7 +610,7 @@ volume_backend_name = HNAS-NFS - On RedHat, if the system is configured to use SELinux, you + On Red Hat, if the system is configured to use SELinux, you need to set for NFS driver work properly.