Browse Source
Properly create the host_id_rsa if enable ssh is set
tor-relay
nicolas.dorier
5 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|
|
|
|
|