Displaying 1 result from an estimated 1 matches for "oldcommand".
Did you mean:
midcommand
2011 May 09
3
ssh-agent subprocess parentage
I regularly use ssh-agent with a subcommand; my X11 session is spawned
through ssh-agent, and sometimes i'll run a special agent for a certain
subset of commands, like this:
ssh-agent bash
... and then do work within that shell. From the man page:
> If a commandline is given, this is executed as a subprocess of the agent.
> When the command dies, so does the agent.
But