Open ktugan opened 7 years ago
This might be a security risk, as it uses Ben's key to sign in into cray. Which means, his credentials need to be saved on flip and are hence exposed to all administrators, at least.
create new user on cray (and key) exclusively for mounting, distribute the password for the key with members of the group
Steps to success
chmod 400 automount_cray.sh
+ chmod u+s automount_cray.sh
on the scriptThis will reduce the risk to sudo-people only. Advisable is to check all people who currently have root and reevaluate the need for it.
make/put a script as a cronjob which periodically checks if cray is mounted, if not, do it.