Browse Source

Properly create the host_id_rsa if enable ssh is set

tor-relay
nicolas.dorier 5 years ago
parent
commit
b772b5d351
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 1
      btcpay-setup.sh

1
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

Loading…
Cancel
Save