From 254778eec8c7c0049794e5853d98bfaf73f095b9 Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Tue, 19 Jul 2022 15:08:29 +0400 Subject: [PATCH] Remove ssh key from sbercloud config, it is not needed there. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8014c043..0521ee17 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,6 @@ setup-for-sbercloud: echo NEOFS_ADM_CONFIG_PATH="/.setup/config.yaml" >> .env # env: SSH connection to storage node host and bin directory on that host echo STORAGE_NODE_SSH_USER="root" >> .env - echo STORAGE_NODE_SSH_PRIVATE_KEY_PATH="/root/.ssh/id_rsa" >> .env echo STORAGE_NODE_BIN_PATH="/usr/local/bin/" >> .env # env: s3 gateway public key echo S3_GATE_PUB_KEY=$(shell $(NEO_BIN_DIR)/neo-go wallet dump-keys -w $(CONFIG_DIR)/wallets/node1-s3.json | head -2 | tail -1) >> .env