Darren Tucker

Results 44 comments of Darren Tucker

> I ... have no idea what this CI failure means, but it doesn't look related to this PR. Yeah, there's something wrong with sudo on the new ubuntu-22.04 images....

5a5c580b48fc6006bdfa731fc2f6d4945c2c0e4e should work around the issue on ubuntu-22.04, so if you rebase it should be happier.

ssh-copy-id is a contributed file that OpenSSH distributes. Its upstream is https://git.hands.com/?p=ssh-copy-id.git;a=summary and any pull requests should be directed there.

I don't think this will work since we currently don't allow any third party workflows on the OpenSSH project.

We now allowlist a Cygwin workflow for testing purposes, we could probably extend the allowlist and enable this now.

Applied, thanks. I'm still fiddling with the allowlist settings.

Change looks reasonable. On what platforms are fd_sets not bit vectors? > The failing tests don't look like it comes from this change, so hopefully that's not a blocker? They...

Here's an example of how it could work with minimal changes outside of its contrib directory: https://github.com/daztucker/openssh-pam-agent-auth/commit/6f5323749b1770c3dfb3ed78711765ba621bd39b the Makefile is not ideal (the use of VPATH means the top-level .c...

djm points out that we can simplify the contrib Makefile a lot by using libssh.a, but the caveat is that we would then need to build all of the object...