Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-agent-notify

A ssh-agent proxy that shows notifications when your ssh private keys are used.

This program creates a unix domain socket and bypasses all connections to the actual ssh-agent process. When clients send SSH_AGENTC_SIGN_REQUEST, this program shows notifications via libnotify.

Usage

$ echo $SSH_AUTH_SOCK  # make sure ssh-agent is running and $SSH_AUTH_SOCK is set.
$ cargo run --release -- ssh-agent-notify.sock &
$ SSH_AUTH_SOCK=ssh-agent-notify.sock ssh some_host  # connect a host that uses public key authentication.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages