GPG Keys- How to "Trust" on Server


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users GPG Keys- How to "Trust" on Server
# 1  
Old 06-12-2009
GPG Keys- How to "Trust" on Server

Hi all,

How can we "trust" the gpg keys with out using the gpg console. What i do normally is when the customer sends me the key, i just run a script and it returns me a console on which i type "trust" "I trust Ultimately" and "quit". I don have much idea about the gpg key.. I am trying to automate this procedure. Does anyone here know how to trust the gpg key with out using the console. I cant use expect function here as this script prints a lot before giving me the console which is inconsistent. SmilieSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies

2. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

3. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

4. UNIX for Dummies Questions & Answers

"Help with bash script" - "License Server and Patch Updates"

Hi All, I'm completely new to bash scripting and still learning my way through albeit vey slowly. I need to know where to insert my server names', my ip address numbers through out the script alas to no avail. I'm also searching on how to save .sh (bash shell) script properly.... (25 Replies)
Discussion started by: profileuser
25 Replies

5. Shell Programming and Scripting

how to use "cut" or "awk" or "sed" to remove a string

logs: "/home/abc/public_html/index.php" "/home/abc/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" how to use "cut" or "awk" or "sed" to get the following result: abc abc xyz xyz xyz (8 Replies)
Discussion started by: timmywong
8 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies
Login or Register to Ask a Question
GPG-KEY2PS(1)						User Contributed Perl Documentation					     GPG-KEY2PS(1)

NAME
gpg-key2ps - generates a PS file from a GnuPG keyring SYNOPSIS
gpg-key2ps [-r revoked-style] [-p papersize] [-1] [-s] keyid-or-name [ ... ] DESCRIPTION
gpg-key2ps generates a PostScript file with your OpenPGP key fingerprint (repeated as often as it fits) useful for keysigning parties. The only argument is the same as you would pass to GPG's list-keys command, either a key-id or a (partial) name. The PS data is written to stdout. OPTIONS
-p --paper-size paper-size Select the output paper size. Default is to look into /etc/papersize or A4 if libpaper isn't installed. -s --show-subkeys Enable subkey information to be printed on the slips. Subkey information is normally not relevant to the key signing process. -r --revoked-style revoked-style Select how to mark revoked UIDs and subkeys. Five styles are available: hide don't show at all (default), show show normally, grey display in 50% grey, note add "[revoked]", and strike strike through. -1 Print only one column of paper slips instead of the default two. Useful for keys with long UIDs that otherwise won't fit. keyid Keyids to print. Multiple can be separated by spaces. -h --help Print usage and exit. -v --version Print version and exit. SEE ALSO
gpg(1) GNU Privacy Guard. http://pgp-tools.alioth.debian.org/ The homepage of gpg-key2ps and the other tools bundled in signing-party. http://www.debian.org/events/materials/business-cards/ gpg-key2ps prints plain fingerprint slips. If you are looking for something more stylish, look at these latex templates for business cards that also include fingerprints. AUTHORS AND COPYRIGHT
(c) 2001-2005 Simon Richter <sjr@debian.org> (c) 2005-2008 Thijs Kinkhorst <thijs@kinkhorst.com> (c) 2005-2008 Christoph Berg <cb@df7cb.de> perl v5.12.4 2011-11-03 GPG-KEY2PS(1)