mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-13 05:20:40 +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
|
touch $BTCPAY_HOST_SSHAUTHORIZEDKEYS
|
||||||
fi
|
fi
|
||||||
BTCPAY_SSHAUTHORIZEDKEYS="/datadir/host_authorized_keys"
|
BTCPAY_SSHAUTHORIZEDKEYS="/datadir/host_authorized_keys"
|
||||||
|
BTCPAY_SSHKEYFILE="/datadir/host_id_rsa"
|
||||||
use_ssh=true
|
use_ssh=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user