I am new to Ubuntu and using 18.04. I have setup remmina for RDP and I found that it is storing its passwords in "Passwords and Keys". I would like a way to update those passwords from the command line. After searching I've ended up installing:
- https://pypi.org/project/keyring/
- https://github.com/kparal/gkeyring
apt install libsecret-tools
But I'm coming up empty on being able to do CRUD operations on GNOME Keyring. Can anyone point me in the right direction?