Just tested PBS PVE integration and was wondering if it will be possible to use "username + ssh key/client cert based authentication" instead of "username + password".
Passwords are currently stored in clear text files within the pve configuration folder. I feel uncomfortable using password when pushing pbs backups through the internet, even when using firewall and maybe even a VPN for addtional protection (which slows transfer speed down of course). WireGuard could maybe be used, but have not tested it yet with PBS.
Thanks!
Passwords are currently stored in clear text files within the pve configuration folder. I feel uncomfortable using password when pushing pbs backups through the internet, even when using firewall and maybe even a VPN for addtional protection (which slows transfer speed down of course). WireGuard could maybe be used, but have not tested it yet with PBS.
Code:
$ pvesm add pbs backup --server 1.2.3.4 --datastore backup --fingerprint 60:.....:ca --username backup@pbs --password 12345
$ cat /etc/pve/priv/storage/backup.pw
$ 12345
Thanks!