79279302

Date: 2024-12-13 18:51:46
Score: 2
Natty:
Report link

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

https://gist.github.com/ignaciogutierrez/82c50bd0fdc88ea831b440884d980e10

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ignacio GutiƩrrez Torrero