From b772b5d35123d5191bc867b3caef74d0885aea2c Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 21 Sep 2019 23:02:42 +0900 Subject: [PATCH] Properly create the host_id_rsa if enable ssh is set --- btcpay-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/btcpay-setup.sh b/btcpay-setup.sh index b524d44..8096d44 100755 --- a/btcpay-setup.sh +++ b/btcpay-setup.sh @@ -238,6 +238,7 @@ if $BTCPAY_ENABLE_SSH && [[ "$BTCPAY_HOST_SSHAUTHORIZEDKEYS" ]]; then touch $BTCPAY_HOST_SSHAUTHORIZEDKEYS fi BTCPAY_SSHAUTHORIZEDKEYS="/datadir/host_authorized_keys" + BTCPAY_SSHKEYFILE="/datadir/host_id_rsa" use_ssh=true fi