Skip to content

Conversation

@kawaz
Copy link

@kawaz kawaz commented Jan 9, 2026

Description

Add authsock-filter, an SSH agent proxy with filtering and logging capabilities.

Homepage: https://github.com/kawaz/authsock-filter

Features

  • Filter SSH keys by fingerprint, key type, or comment patterns
  • Logging of SSH agent operations
  • Support for launchd (macOS) and systemd (Linux) service management

Build and Test

  • Tested on aarch64-darwin
  • All 17 tests pass

Maintainer

I am the author of this software and will maintain this package.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle! 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Jan 9, 2026
src = fetchFromGitHub {
owner = "kawaz";
repo = "authsock-filter";
rev = "v${version}";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
rev = "v${version}";
tag = "v${version}";

@nixpkgs-ci nixpkgs-ci bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Jan 9, 2026
@kawaz kawaz force-pushed the add-authsock-filter branch from 736d05a to c01eb76 Compare January 9, 2026 10:41
@nixpkgs-ci nixpkgs-ci bot added the 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` label Jan 9, 2026
@kawaz kawaz force-pushed the add-authsock-filter branch 2 times, most recently from 900dc28 to 36dceda Compare January 9, 2026 11:17
@kawaz kawaz closed this Jan 9, 2026
@kawaz kawaz force-pushed the add-authsock-filter branch from 36dceda to 3c878b3 Compare January 9, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants