| jan2003.tar |
Listing 2 C 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
source ~/.keychain/${HOSTNAME}-csh
|