gpg-agent
상태 매뉴얼 페이지 :
The agent is usualy started on demand by gpg, gpgsm, gpgconf or
gpg-connect-agent. Thus there is no reason to start it manually.
In case you want to use the included Secure Shell Agent you may
start the agent using:
gpg-connect-agent /bye
The usual way to run the agent is from the ~/.xsession file:
eval $(gpg-agent --daemon)
이것은 한편으로는 "수동으로 시작해야 할 이유가 없다"고 말하고 다른 한편으로는 수동으로 시작하는 방법을 알려줍니다. -내가 여기에 오해를 했습니까?
내 시스템에서는 수동으로 시작해야합니다. 그렇지 않으면 예를 들어 gpg-connect-agent
불평 can't connect to the agent: IPC connect call failed
합니다. - gpg-connect-agent
매뉴얼 페이지에 설명 된대로 에이전트를 시작 하도록 구성해야 합니까?
또한의 맨 페이지는 gpg-connect-agent
말합니다 :
--agent-program file
Specify the agent program to be started if none is running.
그러나이 gpg-connect-agent --help
옵션을 나열하지 않고 명령을 사용하려고하면 명령이 불평합니다.
매뉴얼 페이지가 다른 명령을 설명하는 것처럼 보이거나 중요한 것을 놓친 것입니까?
내 시스템은 현재 아치 리눅스입니다. (다른 데비안 상자에서도 마찬가지입니다.)
요청 된 세부 사항 :
$ gpg --version
gpg (GnuPG) 2.0.22
libgcrypt 1.5.3
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ?, ?
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
$ gpg-connect-agent --version
gpg-connect-agent (GnuPG) 2.0.22
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: ~/.gnupg
$ man gpg-connect-agent |grep -A1 agent-program
--agent-program file
Specify the agent program to be started if none is running.
$ gpg-connect-agent --agent-program foo
gpg-connect-agent: invalid option "--agent-program"
$ gpg-connect-agent /bye
gpg-connect-agent: can't connect to the agent: IPC connect call failed