Go to file
2024-08-27 18:51:13 -06:00
.envrc
.gitignore
agent.go only remove keys if we have them 2024-08-27 18:50:10 -06:00
cmds.go
flake.lock update deps, add icon 2024-08-26 07:48:32 -06:00
flake.nix fix version string 2024-08-26 10:25:43 -06:00
FyneApp.toml v1.1.1 2024-08-27 18:51:13 -06:00
go.mod update deps, add icon 2024-08-26 07:48:32 -06:00
go.sum update deps, add icon 2024-08-26 07:48:32 -06:00
icon.go
LICENSE
main.go remove the force and duration options 2024-08-26 19:32:40 -06:00
privkey.go remove the force and duration options 2024-08-26 19:32:40 -06:00
README.md Typo 2024-01-17 10:35:47 -06:00
traygent.json.example add example config file 2024-01-16 19:15:42 -07:00
traygent.png update deps, add icon 2024-08-26 07:48:32 -06:00

traygent

A ssh-agent(1) that lives in your system tray and allows you to run arbitrary commands when:

  • A key is added.
  • A key is removed.
  • A signing request comes in.

This can be used to tie in an external application for verification of key usage, or to send desktop notifications when a key is added/removed.