CVS: cvs.openbsd.org: src
Damien Miller <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/28 20:13:05 Modified files: usr.bin/ssh : authfd.c ssh-add.c Log message: make ssh-add open it's connection to the agent after it has finished getopt() processing and not before. This allows the -v flag to work properly. ok jca@