Displaying 3 results from an estimated 3 matches for "38d76f8e".
2025 Jan 10
1
[PATCH v2] ssh-add: support external parsing of key listing
Corey Hickey wrote in
 <38d76f8e-0744-4bc5-b6e1-db7197e19ad7 at fatooh.org>:
 |On 2025-01-10 09:57, Jim Knoble wrote:
 |>> On Jan 9, 2025, at 19:14, Corey Hickey <bugfood-ml at fatooh.org> wrote:
 |>>
 |>> To address this, modify ssh-add to:
 |>> * [...]
 |>> * exit with a status of 0 instead...
2025 Jan 10
1
[PATCH v2] ssh-add: support external parsing of key listing
On 2025-01-10 09:57, Jim Knoble wrote:
> 
>> On Jan 9, 2025, at 19:14, Corey Hickey <bugfood-ml at fatooh.org> wrote:
>>
>> To address this, modify ssh-add to:
>> * [...]
>> * exit with a status of 0 instead of 1
> 
> When Damien wrote:
> 
>> Adding a new exit status for the
>> no-keys-in-agent case would be
>> acceptable too I
2025 Jan 13
2
[PATCH] ssh-add: support parser-friendly operation
On Fri, 10 Jan 2025, Corey Hickey wrote:
> On 2025-01-10 01:35, Jochen Bern wrote:
> > On 10.01.25 00:33, Corey Hickey wrote:
> > > I took the approach of preserving current behavior by default, but
> > > another approach would be to:
> > > * print "The agent has no identities." to stderr instead of stdout
> > > * exit with a status of 0