should be not seen !
This commit is contained in:
parent
0718c887af
commit
2a91827d7b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ app="${app%"_app"}"
|
||||||
|
|
||||||
BORG_PASSPHRASE="$(yunohost app setting $app passphrase)"
|
BORG_PASSPHRASE="$(yunohost app setting $app passphrase)"
|
||||||
repo="$(yunohost app setting $app repository)" #$4
|
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 "
|
BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes "
|
||||||
else
|
else
|
||||||
BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=no "
|
BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=no "
|
||||||
|
|
Loading…
Reference in a new issue