Hi Alok,
Looking in your .profile
and .bashrc
there is none of the setup in there for mosrs-cache-password to work.
Please add the following lines to the bottom of your ~/.bashrc
file on PUMA.
# Setup for MOSRS
#----------------
[[ "$-" != *i* ]] && return # Stop here if not running interactively
. mosrs-setup-gpg-agent
Then log out of PUMA and back in again. It should start up a new gpg-agent process and prompt for your MOSRS password.
One thing to note: If you have some symbols in your MOSRS password like ^
, #
these won’t work. !
, $
are known to be ok.
Regards,
Ros.