https://github.com/raoulh/mc-agent
Simple ssh-agent that loads keys stored from Moolticute
https://github.com/raoulh/mc-agent
moolticute mooltipass pageant password-manager ssh-agent
Last synced: 3 months ago
JSON representation
Simple ssh-agent that loads keys stored from Moolticute
- Host: GitHub
- URL: https://github.com/raoulh/mc-agent
- Owner: raoulh
- License: gpl-3.0
- Created: 2016-10-27T15:03:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T19:34:34.000Z (about 3 years ago)
- Last Synced: 2024-06-19T01:59:47.753Z (almost 2 years ago)
- Topics: moolticute, mooltipass, pageant, password-manager, ssh-agent
- Language: Go
- Size: 81.1 KB
- Stars: 15
- Watchers: 5
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Moolticute ssh-agent
====================
[](http://www.gnu.org/licenses/gpl.html)
This tool is an ssh-agent that replaces your standard ssh-agent (openssh, Pageant or agent from macOS) and loads all your keys that are stored on your mooltipass device. It connects to a [Moolticute](https://github.com/raoulh/moolticute "Moolticute") daemon whenever someone needs to connect to a ssh server. The keys are not kept inside memory for a long time, and you need to accept the access from the Mooltipass device.
It is completely cross platform. On linux/macOS it replaces any existing ssh-agent by listening to a local socket. On Windows it emulates the Putty Pageant software, so any existing software that can talk to Pageant will work with moolticute_ssh-agent.
> Warning! This project is a work in progress!
A [documentation](/docs/mc-agent.md) provide basic commant to get
started with mc-agent.