so instead of using remote mount i will now use ssh
i used this guide: [How-To] Make backups with Borg using borgbackup plugin
so in the plugin i create an repro as the guide says
yet i get an permission denied error
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; export BORG_PASSPHRASE='H3rrm@nns3n'; export BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=yes; /usr/bin/borg init --encryption=keyfile 'Malcolm@100.121.165.103:/srv/mergerfs/Data/Malcolmbackup/Backup-Bo-OMV_NOVA' 2>&1' with exit code '2': Remote: Permission denied, please try again.
Remote: Permission denied, please try again.
Remote: Malcolm@100.121.165.103: Permission denied (publickey,password).
Connection closed by remote host. Is borg working on the server?
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; export BORG_PASSPHRASE='H3rrm@nns3n'; export BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=yes; /usr/bin/borg init --encryption=keyfile 'Malcolm@100.121.165.103:/srv/mergerfs/Data/Malcolmbackup/Backup-Bo-OMV_NOVA' 2>&1' with exit code '2': Remote: Permission denied, please try again.
Remote: Permission denied, please try again.
Remote: Malcolm@100.121.165.103: Permission denied (publickey,password).
Connection closed by remote host. Is borg working on the server? in /usr/share/php/openmediavault/system/process.inc:217
Stack trace:
#0 /usr/share/openmediavault/engined/rpc/borgbackup.inc(184): OMV\System\Process->execute(Array, 2)
#1 [internal function]: OMVRpcServiceBorgBackup->setRepo(Array, Array)
#2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#3 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('setRepo', Array, Array)
#4 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('BorgBackup', 'setRepo', Array, Array, 1)
#5 {main}
could it be that the fingerprint is not stored? i said yes to this
export BORG_RSH='ssh -i id_rsa'
$ borg info 'ssh://Malcolm@100.121.165.103/./check'
The authenticity of host '100.121.165.103 (100.121.165.103)' can't be established.
ECDSA key fingerprint is SHA256:BY0ihb11wEwmhnpEwqpo/jgKKyS05lmWUsbTibTv8B8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Remote: Warning: Permanently added '100.121.165.103' (ECDSA) to the list of known hosts.