色々な例で見る使いかたについて
利用するのには以下のようにコマンドラインに入力します。 gpg --edit-key 0x565A5E2A
の 様に 示される場合が 有ります これを 素直に実行すると
$ gpg --edit-key 0x565A5E2A gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details.
の 様になり 例示されている
Secret key is available. pub 1024D/565A5E2A created: 2003-12-07 expires: never trust: u/u sub 2048g/E8D70F9E created: 2003-12-07 expires: never (1). FooBar (Not a production key) Command>
な 画面に なりません 素人には 難じゃ! ということです これを 意味して るのは ”0x565A5E2A”は 何じゃ とい うことです。 そこで
$ gpg --edit-key gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 使い方: gpg [オプション] --edit-key ユーザーid [コマンド] /* これだけでは もうすこし わからない点が 有ります。 ” ユーザーid”*/ /* 取り敢えず 一連の ものの 中から 抜粋してみると */ $ gpg --list-key | grep non uid non sumi (nyantarou) <mm@lx.bcnet.ne.jp> /* ”uid”の ものが 有ります */ $ gpg --list-key non pub 1024D/70E8534C 2005-07-13 uid non sumi (nyantarou) <mm@lx.bcnet.ne.jp> sub 2048g/C5525900 2005-07-13 /* どれが ”uid” でしょうか? */ $ gpg --edit-key non gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key 70E8534C gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key 0x70E8534C gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key C5525900 gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key 0xC5525900 gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key nyantarou gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key sumi gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key mm gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key mm@lx.bcnet.ne.jp gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key lx.bcnet.ne.jp gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key bcnet.ne.jp gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key ne.jp gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit $ gpg --edit-key net gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit /* 色々やり取りした結果 何か残っているだろうから と 考えて */ $ gpg --list-key isc pub 1024D/C3755FF7 2003-12-24 uid Internet Systems Consortium, Inc. (Signing key, 2004) <pgpkey2004@isc.org> sub 1024g/83EDCADB 2003-12-24 $ gpg --edit-key C3755FF7 gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. pub 1024D/C3755FF7 作成: 2003-12-24 満了: 無期限 利用法: CSA 信用: 未知の 有効性: 未知の sub 1024g/83EDCADB 作成: 2003-12-24 満了: 無期限 利用法: E [ unknown] (1). Internet Systems Consortium, Inc. (Signing key, 2004) <pgpkey2004@isc.org> コマンド> quit $ gpg --edit-key 0xC3755FF7 gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. pub 1024D/C3755FF7 作成: 2003-12-24 満了: 無期限 利用法: CSA 信用: 未知の 有効性: 未知の sub 1024g/83EDCADB 作成: 2003-12-24 満了: 無期限 利用法: E [ unknown] (1). Internet Systems Consortium, Inc. (Signing key, 2004) <pgpkey2004@isc.org> コマンド> quit /* もう一つ おまけ として */ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $ gpg --list-key .... pub 1024R/1EF99251 2004-12-30 uid Sendmail Signing Key/2005 <sendmail@Sendmail.ORG> $ gpg --edit-key 1EF99251 gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. pub 1024R/1EF99251 作成: 2004-12-30 満了: 無期限 利用法: CSEA 信用: 未知の 有効性: 未知の [ unknown] (1). Sendmail Signing Key/2005 <sendmail@Sendmail.ORG> コマンド> quit /* もう一つ おまけ として */ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $ gpg --list-key .... pub 1024D/A879FCF5 2001-11-06 [満了: 2006-11-05] uid Gregory Trubetskoy (Grisha) <grisha@ispol.com> sub 2048g/0596F229 2001-11-06 [満了: 2006-11-05] $ gpg --edit-key grisha@ispol.com gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. pub 1024D/A879FCF5 作成: 2001-11-06 満了: 2006-11-05 利用法: CSA 信用: 未知の 有効性: 未知の sub 2048g/0596F229 作成: 2001-11-06 満了: 2006-11-05 利用法: E [ unknown] (1). Gregory Trubetskoy (Grisha) <grisha@ispol.com> コマンド> quit /* 何かキーリスト というか 鍵束 に あれば ユーザー id とともに 表示 されるようだ */ $ gpg --edit-key omaehaahoka gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. /* 何も 無ければ 上記の 様に 終了するようである */
$ gpg --list-key | grep net uid non sumi (nyantarou) <mm@lx.bcnet.ne.jp> uid Internet Systems Consortium, Inc. (Signing key, 2004) <pgpkey2004@isc.org> uid sameer@c2.net uid Lars Eilebrecht <lars@eilebrecht.net> uid Ask Bjoern Hansen <ask@netcetera.dk> uid Ask Bjoern Hansen <ask@plys.net> uid wrowe@covalent.net uid William A. Rowe, Jr. <wrowe@rowe-clan.net> uid Roy T. Fielding <fielding@cox.net> uid Aaron Bannert <aaron@covalent.net> uid Greg Stein <gstein@collab.net> uid Andre Malo <ndparker@gmx.net> uid Astrid Kessler (Kess) <kess@kess-net.de> uid Astrid Ke ler (Kess) <kess@kess-net.de> uid Justin R. Miller <incanus@codesorcery.net> /* 何故 1個だけ 選択できるのか? */ $ gpg --edit-key net gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. 秘密鍵が使用できます。 pub 1024D/70E8534C 作成: 2005-07-13 満了: 無期限 利用法: CS 信用: 絶対的 有効性: 絶対的 sub 2048g/C5525900 作成: 2005-07-13 満了: 無期限 利用法: E [ultimate] (1). non sumi (nyantarou) <mm@lx.bcnet.ne.jp> コマンド> quit
$ gpg --list-key edu pub 1024D/B0D5F771 2001-07-24 uid Cliff Woolley <jwoolley@virginia.edu> pub 2048R/37114B39 2001-07-29 uid Cliff Woolley <jwoolley@virginia.edu> pub 1024D/B2D7795E 2001-01-04 uid Philip R. Zimmermann <prz@mit.edu> uid Philip R. Zimmermann <prz@acm.org> uid [jpeg image of size 3369] uid [jpeg image of size 3457] uid Philip R. Zimmermann <prz@philzimmermann.com> sub 3072g/A8E92834 2001-01-04 /* 再度 何故 1個だけ 選択できるのか? */ $ gpg --edit-key edu gpg (GnuPG) 1.4.1; Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. pub 1024D/B0D5F771 作成: 2001-07-24 満了: 無期限 利用法: CSA 信用: 未知の 有効性: 未知の [ unknown] (1). Cliff Woolley <jwoolley@virginia.edu> コマンド> quit
なにか 抜けているのであろう??
にゃんたろう 拝!
2006年 2月15日 (水) 21:36:12 JST 作成