On Wed, 2006-02-15 at 09:30 -0500, Dan Track wrote: > Hi > > I have two secret keys. > Key1 > Key2 > > I'd like to enrypt the file search.sh using the second key, how can I > do this? > > Thanks in advance > Dan > gpg --list-keys to get the key ID you want to use. Then: gpg --encrypt -r "keyID" search.sh -- Tony Placilla, RHCT anthony_placilla@xxxxxxxx GPG-Key-ID: 1024D/C78F8B64 http://pgp.mit.edu Key fingerprint = A8D5 7AFF CE88 4179 C792 D9A9 F197 2A15 C78F 8B64