• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

img/H03-May-2022-

misc/H24-Jan-2018-21

.gitignoreH A D24-Jan-201837 43

ChangeLogH A D24-Jan-201824 KiB630435

MakefileH A D24-Jan-20182.3 KiB8065

README.mdH A D24-Jan-20181.6 KiB3626

VERSIONH A D24-Jan-20186 21

keychainH A D03-May-202247.5 KiB1,6821,237

keychain.1H A D24-Jan-201816.1 KiB436409

keychain.podH A D24-Jan-201810.7 KiB334224

keychain.shH A D24-Jan-201839.1 KiB1,5011,095

keychain.specH A D24-Jan-20181.2 KiB4235

keychain.spec.inH A D24-Jan-20181.2 KiB4235

README.md

1IMPORTANT - GitHub Contributors
2===============================
3
4Please apply your patches to `keychain.sh`, *not* the generated `keychain`
5script, which we are now including in the git repo to facilitate the
6distribution of release archives direct from GitHub. All development work will
7be done on the 'devel' branch and will only be merged with the master branch when
8a new release is made. This should allow the generated files (keychain, man pages,
9spec file)to remain in sync on the master branch but no guarantees are made except
10for the tagged release. They will be regenerated for official release archives
11only (those tagged with the release version.). Anyone using or contributing to the
12'devel' branch should assume the generated files are out of date and regenerate
13locally if needed.
14Thanks!
15
16
17
18Introduction to Keychain
19========================
20
21**Official documentation for Keychain can be found on [the official Keychain
22wiki page](http://www.funtoo.org/Keychain).**
23
24`Keychain` helps you to manage ssh and GPG keys in a convenient and secure
25manner. It acts as a frontend to `ssh-agent` and `ssh-add`, but allows you
26to easily have one long running `ssh-agent` process per system, rather than
27the norm of one `ssh-agent` per login session.
28
29This dramatically reduces the number of times you need to enter your
30passphrase. With `keychain`, you only need to enter a passphrase once every
31time your local machine is rebooted. `Keychain` also makes it easy for remote
32cron jobs to securely "hook in" to a long running `ssh-agent` process,
33allowing your scripts to take advantage of key-based logins.
34
35
36