keyadd
Add keys to ssh-agent easily.
Dependencies
- Unix pass
- commander
- libnotify
Features
- Without password
- adding keys
- deleting keys (-d)
- notification
Installation
`
make
`
Usage:
`
keyadd id_rsa
`
`
keyadd github/id_rsa -d
`
Folder structure:
- Password store: 'keys/$HOST/ssh/$key'
- ssh keys: ~/.ssh/$key
So starting from ssh and .ssh, it should be following the same structure