- Investigate ssh-pass/ssh-agent, use that password? - Use master password in .syco.cnf if it exist. /root/.syco.cnf master-password: xxxx - Move password file to it's own file. - Delete master password after 60 minutes with cronjob. Check file modify time to determine if 60 minuts has passed. - Switch in syco that keeps the password for another 60 minutes. -k --keep-password -- Do that by touching the file.
/root/.syco.cnf
master-password: xxxx
Check file modify time to determine if 60 minuts has passed.
-k --keep-password -- Do that by touching the file.