search for: v_9_9_p1

Displaying 2 results from an estimated 2 matches for "v_9_9_p1".

Did you mean: v_9_7_p1
2024 Nov 19
0
[Bug 3752] New: ssh agent with host constraints fails creating a signature
...ed signature ``` There seems to be a mismatch in the keys used for signing. When host constraints are used, the userauth request is parsed and the key that should do the signing does not seem to match the key that is referenced in the message. (see: https://github.com/openssh/openssh-portable/blob/V_9_9_P1/ssh-agent.c#L876) I have a patch, but it's applicable on the ssh client instead of the agent, because it seems to work. See attachments. If you want to reproduce: 1. Create an agent 2. Have a server that accepts SSH certificates 3. Sign a certificate and add it to the agent with a host constr...
2024 Sep 20
2
[Bug 3738] New: References to autoreconf
...Assignee: unassigned-bugs at mindrot.org Reporter: Keith.S.Thompson at gmail.com In https://anongit.mindrot.org/openssh.git, the README.md and INSTALL files refer to running autoreconf to generate the configure script if building from a checked out git repo. As of release 9.9 (tag V_9_9_P1), the configure script is checked into the git repo, so it can be built without first running autoreconf. Running autoreconf anyway is harmless (on my system it adds an empty line to the end of the configure script), so this is unlikely to cause any problems. 9.9 is the first and so far only releas...