| jan2003.tar |
Listing 1 Bourne-compatible shells
# Call keychain with an optional list of keys to load. For example:
# keychain ~/.ssh/key1 ~/.ssh/key2 ~/.ssh/key3
keychain
# Source the environment variables stored by keychain
. ~/.keychain/${HOSTNAME}-sh
|