I have managed to enter in the aegir panel and change the password. The problem is now that every time I logout the system doesn’t remember the password and I have again to start the process to ask a temporary link. At the same time I have noticed that the hostmaster verify has an alert “ sudo: no tty present and no askpass program specified”
I did some research In this forum and I tried:
sudo visudo Then edit that file to add to the very end:
username ALL = NOPASSWD: /fullpath/to/command, /fullpath/to/othercommand eg
admin ALL = NOPASSWD: /sbin/poweroff, /sbin/start, /sbin/stop
But it didn’t work.
Any other idea how to fix this?