Bonjour le monde,
j’utilise le programme keychain pour gérer mes clés SSH et GPG.
Quand je lance keychain, les deux agents sont eux aussi bien lancés
et ils me demandent mes phrases de passe. Donc normal.
gre@coo:~$ source ~/.bashrc
* keychain 2.8.5 ~ http://www.funtoo.org
* Starting ssh-agent...
* Starting gpg-agent...
* Adding 1 ssh key(s): /home/gregory/.ssh/id_rsa
Enter passphrase for /home/gregory/.ssh/id_rsa:
* ssh-add: Identities added: /home/gregory/.ssh/id_rsa
* Adding 1 gpg key(s): 0x1C691A2593CCE46B
Mais si je relance keychain, il semble indique « Starting gpg-agent… » !
gre@coo:~$ source ~/.bashrc
- keychain 2.8.5 ~ http://www.funtoo.org
- Found existing ssh-agent: 6044
- Starting gpg-agent…
- Known ssh key: /home/gregory/.ssh/id_rsa
- Known gpg key: 0x1C691A2593CCE46B
Et je trouve cela très bizarre, d’habitude il m’indique « Found existing gpg-agent: … ».
Le PID de l’agent Gpg ne change pas. Bref, je ne comprends pas.
Enfin, keychain n’arrête pas l’agent Gpg avec la commande suivante :
gre@coo:~$ keychain -k all
* keychain 2.8.5 ~ http://www.funtoo.org
* All gregory's ssh-agents stopped: 5493
Merci.