Remove ssh key from sbercloud config, it is not needed there.
This commit is contained in:
parent
e891286735
commit
254778eec8
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Add table
Reference in a new issue