Re: which mail client can be integrate with PGP?
From: sam (samwun_at_hgcbroadband.com)
Date: 01/29/04
- Next message: read-the-signature_at_send-spam-to-dev-null.com: "Re: Firewall on FreeBSD 5.x"
- Previous message: Kirk Job-Sluder: "Re: vi vs. vim on vt100 terminal"
- Maybe in reply to: sam: "which mail client can be integrate with PGP?"
- Next in thread: Rob MacGregor: "Re: which mail client can be integrate with PGP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Jan 2004 21:41:02 +0800
"Aaron Baugher" <abaugher@esc.pike.il.us> wrote in message
news:86hdyekhfv.fsf@cail.baugher.pike.il.us...
> "sam" <samwun@hgcbroadband.com> writes:
>
> > I have a shell script send email notification perodically like this:
> > # mail -s "warning..." alert@company.com < /tmp/warning.txt
> > I want this the email msg is encrypted by PGP.
>
> gpg -a -e -o - -r whoever@wherever /tmp/warning.txt | mail -s \
> 'warning...' alert@company.com
>
> -a does ASCII armoring, which you want because mail isn't going to
> turn it into an attachment for you.
>
> -e encrypts it.
>
> -o - sends it to standard output
>
> -r tells it which key in your keyring to encrypt for
>
> Then the result is piped to mail.
Thanks, very appreciate for the explaination. Now I have downlaoded pgp and
pgpsendmail. I intalled pgp, but I m confused with the following process:
root@redhat [9:30pm] [...local/pgp]# !pgp
pgp -ka keys.asc
No configuration file found.
Pretty Good Privacy(tm) 2.6.3ia - Public-key encryption for the masses.
(c) 1990-96 Philip Zimmermann, Phil's Pretty Good Software. 1996-03-04
International version - not for use in the USA. Does not use RSAREF.
Current time: 2004/01/29 13:31 GMT
Looking for new keys...
pub 1024/8DE722D9 1992/07/22 Branko Lankester <lankeste@fwi.uva.nl>
pub 1024/9D997D47 1992/08/02 Peter Gutmann <pgut1@cs.aukuni.ac.nz>
pub 510/DC620423 1992/08/27 Jean-loup Gailly <jloup@chorus.fr>
pub 1024/6B39B945 1992/09/11 mathew <mathew@mantis.co.uk>
pub 1024/32DD98D9 1992/09/11 Vesselin V. Bontchev
<bontchev@fbihh.informatik.uni-hamburg.de>
pub 709/C1B06AF1 1992/09/25 Derek Atkins <warlord@MIT.EDU>
pub 1024/AB779F71 1992/10/08 Armando Ramos <100010.334@compuserve.com>
pub 1024/DA87C0C7 1992/10/17 Edgar Swank <edgar@Garg.Campbell.CA.US>
....
Checking signatures...
pub 1024/8DE722D9 1992/07/22 Branko Lankester <lankeste@fwi.uva.nl>
sig! 9D997D47 1992/10/11 Peter Gutmann <pgut1@cs.aukuni.ac.nz>
sig! C7A966DD 1993/06/15 Philip R. Zimmermann <prz@acm.org>
pub 1024/9D997D47 1992/08/02 Peter Gutmann <pgut1@cs.aukuni.ac.nz>
sig! C7A966DD 1994/02/06 Philip R. Zimmermann <prz@acm.org>
pub 510/DC620423 1992/08/27 Jean-loup Gailly <jloup@chorus.fr>
sig! 8DE722D9 1992/09/04 Branko Lankester <lankeste@fwi.uva.nl>
pub 1024/6B39B945 1992/09/11 mathew <mathew@mantis.co.uk>
sig! CCEF447D 1994/11/01 Stale Schumacher <stale@hypnotech.com>
sig! 6B39B945 1992/10/12 mathew <mathew@mantis.co.uk>
pub 1024/32DD98D9 1992/09/11 Vesselin V. Bontchev
<bontchev@fbihh.informatik.uni-hamburg.de>
sig! A770AE71 1994/05/21 John DeHaven <johnd@wov.com>
sig! 32DD98D9 1992/09/24 Vesselin V. Bontchev
<bontchev@fbihh.informatik.uni-hamburg.de>
pub 709/C1B06AF1 1992/09/25 Derek Atkins <warlord@MIT.EDU>
sig! C7A966DD 1994/05/07 Philip R. Zimmermann <prz@acm.org>
pub 1024/AB779F71 1992/10/08 Armando Ramos <100010.334@compuserve.com>
sig! 8DE722D9 1992/10/13 Branko Lankester <lankeste@fwi.uva.nl>
pub 1024/DA87C0C7 1992/10/17 Edgar Swank <edgar@Garg.Campbell.CA.US>
...
Keyfile contains:
20 new key(s)
One or more of the new keys are not fully certified.
Do you want to certify any of these keys yourself (y/N)?
I don't undrstand why would I need to certify any of these keys?? and where
they come from in my system? I only concern signing the keys that I supposed
to... - the authorized keys, not these strange keys???
thanks
sam
>
> --
> Aaron
> abaugher@esc.pike.il.us
- Next message: read-the-signature_at_send-spam-to-dev-null.com: "Re: Firewall on FreeBSD 5.x"
- Previous message: Kirk Job-Sluder: "Re: vi vs. vim on vt100 terminal"
- Maybe in reply to: sam: "which mail client can be integrate with PGP?"
- Next in thread: Rob MacGregor: "Re: which mail client can be integrate with PGP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|