https://github.com/shymega/inuus
Dynamic multi-backend OpenSSH agent for secure on-demand key management, written in Rust.
https://github.com/shymega/inuus
1password bitwarden rust ssh ssh-agent
Last synced: 5 months ago
JSON representation
Dynamic multi-backend OpenSSH agent for secure on-demand key management, written in Rust.
- Host: GitHub
- URL: https://github.com/shymega/inuus
- Owner: shymega
- License: gpl-3.0
- Created: 2022-05-24T16:13:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T23:46:02.000Z (over 1 year ago)
- Last Synced: 2025-05-11T04:33:46.634Z (5 months ago)
- Topics: 1password, bitwarden, rust, ssh, ssh-agent
- Language: Rust
- Homepage:
- Size: 537 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Inuus: Guardian of your SSH keys
Welcome to the README for "Inuus", the protector of your SSH keys.
## Overview
Inuus is a work-in-progress at the moment, and borrows some ideas from
[`passh-agent`][passh-agent], another SSH agent written in Rust.However, Inuus deviates in the sense that we're looking to support multiple
'secrets provider', including [`pass`][pass], [Bitwarden][], and [1Password][].
We aim to be a dynamic, fast, and above all, *secure* SSH key management tool
for multiple platforms.## Status of project
Keep an eye on this repository, work is continuing behind the scenes, and CI
nightlies are coming soon, as well as a Nix package definition.## Found a vulnerability?
There should be an option to privately report security vulnerabilities on this
repository. If that doesn't work for you, email this address, using my GPG key
(you can find it on [Keybase][]): `shymega+inuus.vulns AT shymega DOT org DOT
uk`.## License
Licensed under the GPLv3 (or later version). The license file can be found [here][License].
[passh-agent]: https://github.com/MrPixelized/passh-agent
[pass]: https://www.passwordstore.org/
[Bitwarden]: https://bitwarden.com/
[1Password]: https://1password.com/
[Keybase]: https://keybase.io/shymega
[License]: /LICENSE