<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dot-rc.git/.gnupg/gpg-agent.conf, branch main</title>
<subtitle>.rc (runcom) configurations 
</subtitle>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/'/>
<entry>
<title>Workaround gpg-agent.conf doesn't allow relative path to be called</title>
<updated>2025-12-12T17:13:57+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-12-12T17:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=58ae6ebbf455e64b430a6c62fa45d3c674829250'/>
<id>58ae6ebbf455e64b430a6c62fa45d3c674829250</id>
<content type='text'>
gpg-agent.conf doesn't permit the usage of $PATH or $HOME in the
pinentry-program (https://dev.gnupg.org/T4588)
So the work around is to template that file and expand the path
correctly using the setup script (which is also copying the file
correctly)

This is favored over the use of /usr/local/bin because it doesn't need
privileged execution of the setup script
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gpg-agent.conf doesn't permit the usage of $PATH or $HOME in the
pinentry-program (https://dev.gnupg.org/T4588)
So the work around is to template that file and expand the path
correctly using the setup script (which is also copying the file
correctly)

This is favored over the use of /usr/local/bin because it doesn't need
privileged execution of the setup script
</pre>
</div>
</content>
</entry>
<entry>
<title>Update pinentry wrapper to allow GUI when requested but default to tty</title>
<updated>2025-11-24T16:24:04+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-11-24T14:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=6f7f89025b3983d3f7876d5c15b51e6ac2851e17'/>
<id>6f7f89025b3983d3f7876d5c15b51e6ac2851e17</id>
<content type='text'>
Fixes unix inconsistency while using ~ in pinentry-program, it works on
the mac but doesn't in linux
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes unix inconsistency while using ~ in pinentry-program, it works on
the mac but doesn't in linux
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gpg forwarding on .local machines</title>
<updated>2025-11-07T22:51:54+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-11-07T20:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=4d0d9a8dfd557ac88f50bd73c786c7216bb01395'/>
<id>4d0d9a8dfd557ac88f50bd73c786c7216bb01395</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pinentry-wrapper script to allow alternating</title>
<updated>2023-03-16T23:37:45+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2023-03-16T23:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=bdc375a3d1082355806c86d3b8c74df95e73f5fa'/>
<id>bdc375a3d1082355806c86d3b8c74df95e73f5fa</id>
<content type='text'>
Using PINENTRY_USER_DATA to alternate between tty and curses
This allow mutt/neomutt to work with decrypting the emails
Because the tty doesn't work with mutt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using PINENTRY_USER_DATA to alternate between tty and curses
This allow mutt/neomutt to work with decrypting the emails
Because the tty doesn't work with mutt
</pre>
</div>
</content>
</entry>
<entry>
<title>Lower ttl cache for ssh</title>
<updated>2021-04-02T23:19:05+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2021-04-02T23:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=616ac3817ee265d9a283560e4fa9c988cac7ec01'/>
<id>616ac3817ee265d9a283560e4fa9c988cac7ec01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pinentry program configs to gpg</title>
<updated>2021-03-31T17:19:26+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2021-03-31T17:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=d9d2ff5b7914f29ee6ea2507a482e76fca81fda2'/>
<id>d9d2ff5b7914f29ee6ea2507a482e76fca81fda2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update gpg configurations and setup missing commands</title>
<updated>2021-03-31T12:28:51+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2021-03-31T12:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=f97953a4f04cfcda970b6eeb261c3b45d46f22fb'/>
<id>f97953a4f04cfcda970b6eeb261c3b45d46f22fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GPG configs (allow ssh) and add the keygrip of the auth key</title>
<updated>2021-03-27T14:19:54+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2021-03-27T14:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=c9aac35cff3d286aaa0e310e3189ed26225f8cfb'/>
<id>c9aac35cff3d286aaa0e310e3189ed26225f8cfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
