Article Figure 1 Figure 2 Figure 3 Listing 1
Listing 2 Listing 3 Listing 4 Listing 5 Listing 6
Sidebar Table 1 jan2003.tar

Listing 3 Adding and removing keys

Adding a Key to a Running Agent
-------------------------------
# The SSH utility method
ssh-add ~/.ssh/other_identity.dsa
# The keychain method
keychain ~/.ssh/other_identity.dsa

Removing a Single Key
---------------------
# The SSH utility method
ssh-add -d ~/.ssh/amnesia.rsa