Re: [feature] ssh-agent: new -A option (like -a) that overwrites existing sockets

2023-09-14 Thread Moritz Fain
> My initial reaction is that it's easy to run "rm -f" before starting > the agent with the existing "-a" option. > > The code seems to use a new variable that should be called "A_flag" if > it's to follow the existing naming scheme. Of course, rm is always possible but if you're starting ssh-agent

[feature] ssh-agent: new -A option (like -a) that overwrites existing sockets

2023-09-13 Thread Moritz Fain
Most of the code is already there; it's basically just adding a new flag. Happy to hear your feedback! --- diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index 6815eb834d3..731a1cf913d 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -76,6 +76,10 @