I work in small company. When i am going on holiday i had to take root access to my junior. That junior could give access to another man. Unfortunately I can't control this proccess. I would like that they could't see more than they need. For example /etc/postfix/main.cf contains string : smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd where sasl_password is encrypted pass.
There is data (password, user accounts) that i would like keep encrypted.
For example:
>cat ~/.my.cnf
[mysql]
prompt='mysqlserver>'
[client]
password=some_very_secure_password
[mysqldump]
user=MysqlBackupUser
password=some_very_secure_password
Need this:
[client]
password=** link_to_file_with_encrypted_password **
[mysqldump]
user=MysqlBackupUser
password=** link_to_file_with_encrypted_password **