kjake / docker-veeam-backup-repository

A lightweight image to use a NAS as Veeam Backup Repository w/o changing the NAS
https://hub.docker.com/r/kjake/veeam-backup-repository
2 stars 1 forks source link

sudo / su fails to work #4

Open morphixz0r opened 2 years ago

morphixz0r commented 2 years ago

Veeam Backup and Replication is able to successfully authenticate to the container's SSH instance using the private key, however it is unable to run sudo and only works once adding the 'generated' password for the veeam user.

This then changes upon each time the container is stopped/started/restarted and thus breaks it until manually entering the password again.

kjake commented 2 years ago

Hey! Bad timing - I had just pushed a broken version of this a few days ago. I'm reverting all of my changes now and a new build will be up soon!

kjake commented 2 years ago

When you re-try this, do use the SSH key as root again - the generated password on start thing was an experiment that ultimately wasn't necessary.

kjake commented 2 years ago

New image is pushed to Docker Hub now.

morphixz0r commented 2 years ago

Thanks, i'll redo the container (as it was a test anyway) and test again afterwards.