-
Notifications
You must be signed in to change notification settings - Fork 0
MOSRS
Davide Marchegiani edited this page Aug 13, 2025
·
2 revisions
To authenticate to MOSRS on Gadi, follow the steps outlined in Rose, Cylc and MOSRS setup.
To reduce the password insertion for mosrs-auth
to a simple command-line input dialog, you need to set pinentry-tty
as the default program for GPG password entry.
To do so, run:
cat >> ~/.gnupg/gpg-agent.conf <<< 'pinentry-program /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64_v4/gcc-14.1.0/pinentry-1.3.0-ofj7ps4pibezqnax644jvym6bmnvirjj/bin/pinentry-tty'
gpgconf --reload gpg-agent