Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Ah, and openssh uses the pid of the users sshd process (which acts as the ssh-agent proxy) as the file extension - so I can set ClientAliveInterval to get a prompter shutdown of the serverside process and check if the proxy is active before changing the symlink. Commented Jan 16 at 9:35
  • 1
    @symcbean, probably that works too. I think you could also check with ssh-add and some suitable options to see if the agent works Commented Jan 16 at 10:47
  • I'd already got that far - but thank you for suggesting. Commented Jan 16 at 11:39