Skip to content

Instantly share code, notes, and snippets.

@ignaciogutierrez
Last active December 13, 2024 18:44
Show Gist options
  • Save ignaciogutierrez/82c50bd0fdc88ea831b440884d980e10 to your computer and use it in GitHub Desktop.
Save ignaciogutierrez/82c50bd0fdc88ea831b440884d980e10 to your computer and use it in GitHub Desktop.
Retrive Remmina Passwords

Retrive Remmina Password in Linux Debian

Remmina Password are stored in Keyring, to retrive all password use this commands:

# install secret-tool in Debian12
sudo apt install libsecret-tools

# show all my password stored in keyring
secret-tool search key password --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment