mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Properly create the host_id_rsa if enable ssh is set
This commit is contained in:
parent
18dd7fd8a9
commit
b772b5d351
@ -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…
Reference in New Issue
Block a user