should be not seen !

This commit is contained in:
rodinux 2024-11-20 02:59:17 +01:00
parent 0718c887af
commit 2a91827d7b

View file

@ -25,7 +25,7 @@ app="${app%"_app"}"
BORG_PASSPHRASE="$(yunohost app setting $app passphrase)"
repo="$(yunohost app setting $app repository)" #$4
if ssh-keygen -F "[domain.tld]:6060" >/dev/null ; then
if ssh-keygen -F "[domain.tld]:<PORT_SSH>" >/dev/null ; then
BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes "
else
BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=no "