Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Backgrounding part of 'ssh-agent $cmd'
- X-seq: zsh-workers 30979
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Christian Neukirchen <chneukirchen@xxxxxxxxx>
- Subject: Re: Backgrounding part of 'ssh-agent $cmd'
- Date: Wed, 16 Jan 2013 14:44:01 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=mesmtp; bh= 1JWZ2wG0h5wplA2s1j5cN9dER18=; b=vIjxf5ONbykP0L2QZ5u9b6FhWY6JQKqK NhPAQ0HIwiQ9B62phvvQwHDhNXR6J/ysrrivMMFsoEuIo2jNbsXasbIL/DN92MVx a/skhIBOFK5aY3zYJm68+Ccx11ZanBJUD2J7vM7BfNbtDazbGdHQCwOVo8fGvk7W U0KO1yukWEA=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=1JWZ2wG0h5wplA2s1j5cN9dER18=; b=VD1U4ZrSs5HP3cbEPMVXa2iq4Uik 1ewbBJ2Qs60EygQnY8A/k+9nTqAAs67qzTcLHScx7D7KHGGV2lanNJCMJppfTp+K aQIrVX8qxaZyzdT+BS/vBjvpdpZgDT5ARERQlpqeSN+UTiSap9kmX8HZYDdBglRm ZPlM6/X8tl4iOac=
- In-reply-to: <87wqvdcrlx.fsf@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20130116065951.GA2992__1394.41746655411$1358320461$gmane$org@lp-shahaf.local> <87wqvdcrlx.fsf@gmail.com>
Christian Neukirchen wrote on Wed, Jan 16, 2013 at 12:08:42 +0100:
> Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> writes:
>
> > I'd like to remove the complication of an extra tab or explicit ^Z:
> > I'd like the workflow to be
> >
> > Run foo_main
> > Answer ssh-add password prompt
> > # No interactive wait at this point.
> > Answer the foo_internal password prompt
> > (Use foo; the -MNf's will finish in a second or two.)
>
> FYI, if you use gpg-agent or gnome-keyring instead of ssh-agent, it will
> ask for the password interactively/graphically when it's needed the
> first time.
I don't want to use a daemon that maintains state across hibernate.[1]
Does ssh-agent/gpg-agent/gnome-keyring have a "discard passphrase before
entering hibernate" feature?
Thanks,
Daniel
[1] With my current approach, the only state is the master connection,
and if I hibernate the server will drop it (due to TCP timeout).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author