rbw: add systemd service for rbw-agent and add sshAgent option to make rbw the ssh agent - #9690
Open
minionflo wants to merge 2 commits into
Open
rbw: add systemd service for rbw-agent and add sshAgent option to make rbw the ssh agent#9690minionflo wants to merge 2 commits into
minionflo wants to merge 2 commits into
Conversation
ambroisie
reviewed
Jul 20, 2026
Contributor
|
TIL rbw can be used as an SSH agent. |
ambroisie
reviewed
Jul 20, 2026
ambroisie
reviewed
Jul 20, 2026
bmrips
reviewed
Jul 20, 2026
bmrips
left a comment
Contributor
There was a problem hiding this comment.
I recommend adding test cases. To test the sshAuthSock configuration, take inspiration from the tests for other SSH agents like e.g. ssh-agent.
Author
I sadly do not know how to write tests and do not have the energy or time for learning how to write tests |
minionflo
force-pushed
the
add_sshAgent_rbw
branch
from
July 29, 2026 16:07
f49c159 to
48f629b
Compare
minionflo
force-pushed
the
add_sshAgent_rbw
branch
from
July 29, 2026 16:31
48f629b to
ae0de5b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
add systemd service for rbw-agent and add sshAgent option to make rbw the ssh agent
Checklist
Change is backwards compatible.
Code formatted with
nix fmtornix-shell -A dev --run treefmt.Code tested through
nix build .#test-allor a targeted
nix run .#tests -- <pattern>.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
If this PR adds an exciting new feature or contains a breaking change.