Hello, I have been a PBS user for a few days now, and first of all, I would like to thank everyone at Proxmox for their work.
My problem is that, in addition to using PBS to back up VMs and CTs, I would also like to use it to copy certain folders from non-virtual machines using the scp command.
The thing is, if I use the root user, I don't have any problems, but I find that quite problematic and would like to use a user with fewer rights for this purpose. To do this, I have created a “DataStoreAdmin” type user, who has access to the path where I would have to save the folder, but when I use scp with that user, I get this error:
Obviously, the password I enter is correct. It occurs to me that maybe this user should belong to some special group to use scp? Perhaps the problem is something else.
Greetings to all and thanks in advance!
My problem is that, in addition to using PBS to back up VMs and CTs, I would also like to use it to copy certain folders from non-virtual machines using the scp command.
The thing is, if I use the root user, I don't have any problems, but I find that quite problematic and would like to use a user with fewer rights for this purpose. To do this, I have created a “DataStoreAdmin” type user, who has access to the path where I would have to save the folder, but when I use scp with that user, I get this error:
scp -r [/local/path/] [DataStoreAdmin_user]@[server IP]:[/pbs/datastore/path]
[DataStoreAdmin_user]@[server IP]'s password:
Permission denied, please try again.
Obviously, the password I enter is correct. It occurs to me that maybe this user should belong to some special group to use scp? Perhaps the problem is something else.
Greetings to all and thanks in advance!
Last edited: