====== Gnome-Keyring ======
* https://wiki.archlinux.org/index.php/GNOME/Keyring
===== secret-tool =====
* 명령행 gnome-keyring query
* [[http://manpages.ubuntu.com/manpages/bionic/man1/secret-tool.1.html|Ubuntu Manpage: secret-tool - Store and retrieve passwords]]
* ''label'' 은 단지 사용자가 보기 편한 제목 같은 것이지 해당 값을 찾기 위한 key 는 ''attribute'' 와 ''value'' 이다.
sudo apt install libsecret-tools
===== gkeyring =====
* command line gnome-keyring query
* https://pypi.python.org/pypi/gkeyring / https://github.com/kparal/gkeyring
sudo apt-get install python-pip
sudo pip install gkeyring
===== ssh agent =====
* [[https://wiki.gnome.org/Projects/GnomeKeyring/Ssh|GnomeKeyring - SSH]]
* ''.pub'' 대응 파일이 있을 경우에는 자동으로 ''~/.ssh'' 디렉토리의 키들을 로딩한다.
* 그 외에는 ''ssh-add'' 명령으로 직접 추가한다.
===== GUI =====
* https://wiki.gnome.org/Apps/Seahorse
===== ssh-askpass =====
* ''/usr/libexec/seahorse/ssh-askpass''