Download List

Project Description

keychain helps you to manage ssh keys in a convenient and secure manner. It acts as a frontend to ssh-agent and gpg-agent, but allows you to easily have one long running ssh-agent process per system, rather than the norm of one ssh-agent per login session. This dramatically reduces the number of times you need to enter your passphrase. With keychain, you only need to enter a passphrase once every time your local machine is rebooted. keychain also makes it easy for remote cron jobs to securely "hook in" to a long running ssh-agent process, allowing your scripts to take advantage of key-based logins.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-11-29 15:20
1.8

This version contains many shell compatibility improvements, and various other fixes, including improved "lockfile" settings, improved detection of failed passphrase attempts, the new ability to query public keys if the private key doesn't contain a fingerprint, a quiet mode fix, and a new "--local" option for non-NFS users who don't want to have the hostname appended to keychain's dot files.
Tags: Major feature enhancements

2001-10-22 22:35
1.7

Automatically taking advantage of procmail's lockfile command (if present) to serialize the startup of multiple keychain processes (preventing the "too many ssh-agents" bug; this fix is very handy if you've configured your system to open multiple login xterms when you start your X session), a ssh-agent kill fix, a Solaris output fix, Darwin/MacOS X path fix, FreeBSD output fix, new short-style options (-k/-h for --stop and --help respectively), and a new -q/--quiet option for less-verbose output.
Tags: Major feature enhancements

2001-10-15 23:20
1.6

If you have multiple keys with identical passphrases, you now type in the
passphrase only once rather than multiple times. /usr/ucb was added to the path
for Solaris systems.
Tags: Major feature enhancements

2001-09-22 01:53
1.5

Full compatibility for Linux, BSD, Solaris, IRIX, and potentially other operating systems; testing has been done under Solaris, Linux, and IRIX.
Tags: Major bugfixes

2001-09-21 01:05
1.4

This release contains Solaris, IRIX, and NetBSD compatibility fixes, performance optimizations, and miscellaneous improvements.
Tags: Minor bugfixes

Project Resources