公開鍵使用例

Linuxで、鍵サーバーから所定の公開鍵を取得して アップデートを成功させている例です。

tarou@tarou-desktop:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 03E02400 
[sudo] password for tarou: 
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 03E02400
gpg: 鍵03E02400をhkpからサーバーkeyserver.ubuntu.comに要求
gpg: 鍵03E02400: 公開鍵“Launchpad PPA named mplayer for rvm”を読み込みました
gpg: 処理数の合計: 1
gpg:               読込み: 1  (RSA: 1)
tarou@tarou-desktop:~$ sudo apt-get update
ヒット http://jp.archive.ubuntu.com intrepid Release.gpg
ヒット http://jp.archive.ubuntu.com intrepid/main Translation-ja
無視 http://jp.archive.ubuntu.com intrepid/restricted Translation-ja           
ヒット http://jp.archive.ubuntu.com intrepid/universe Translation-ja           
ヒット http://jp.archive.ubuntu.com intrepid/multiverse Translation-ja         
ヒット http://jp.archive.ubuntu.com intrepid-updates Release.gpg               
ヒット http://jp.archive.ubuntu.com intrepid-updates/main Translation-ja       
無視 http://jp.archive.ubuntu.com intrepid-updates/restricted Translation-ja   
ヒット http://jp.archive.ubuntu.com intrepid-updates/universe Translation-ja   
ヒット http://jp.archive.ubuntu.com intrepid-updates/multiverse Translation-ja 
ヒット http://jp.archive.ubuntu.com intrepid Release                           
ヒット http://jp.archive.ubuntu.com intrepid-updates Release                   
ヒット http://archive.ubuntulinux.jp intrepid-experimental/ Release.gpg        
無視 http://archive.ubuntulinux.jp intrepid-experimental/ Translation-ja       
ヒット http://jp.archive.ubuntu.com intrepid/main Packages                     
ヒット http://jp.archive.ubuntu.com intrepid/restricted Packages               
ヒット http://jp.archive.ubuntu.com intrepid/universe Packages                 
ヒット http://jp.archive.ubuntu.com intrepid/multiverse Packages               
ヒット http://archive.ubuntulinux.jp intrepid/ Release.gpg                     
無視 http://archive.ubuntulinux.jp intrepid/ Translation-ja                    
ヒット http://archive.ubuntulinux.jp intrepid-ja/ Release.gpg                  
無視 http://archive.ubuntulinux.jp intrepid-ja/ Translation-ja                 
ヒット http://archive.ubuntulinux.jp intrepid-non-free/ Release.gpg            
無視 http://archive.ubuntulinux.jp intrepid-non-free/ Translation-ja           
ヒット http://archive.ubuntulinux.jp intrepid-experimental/ Release            
ヒット http://jp.archive.ubuntu.com intrepid-updates/main Packages             
ヒット http://jp.archive.ubuntu.com intrepid-updates/restricted Packages       
ヒット http://archive.ubuntulinux.jp intrepid/ Release                         
ヒット http://archive.ubuntulinux.jp intrepid-ja/ Release                      
ヒット http://archive.ubuntulinux.jp intrepid-non-free/ Release                
ヒット http://jp.archive.ubuntu.com intrepid-updates/universe Packages         
ヒット http://jp.archive.ubuntu.com intrepid-updates/multiverse Packages       
無視 http://archive.ubuntulinux.jp intrepid-experimental/ Packages             
無視 http://archive.ubuntulinux.jp intrepid/ Packages                          
無視 http://archive.ubuntulinux.jp intrepid/ Sources                           
無視 http://archive.ubuntulinux.jp intrepid-ja/ Packages                       
無視 http://archive.ubuntulinux.jp intrepid-ja/ Sources                        
無視 http://archive.ubuntulinux.jp intrepid-non-free/ Packages                 
無視 http://archive.ubuntulinux.jp intrepid-non-free/ Sources                  
ヒット http://archive.ubuntulinux.jp intrepid-experimental/ Packages           
ヒット http://archive.ubuntulinux.jp intrepid/ Packages                        
ヒット http://archive.ubuntulinux.jp intrepid/ Sources                         
ヒット http://archive.ubuntulinux.jp intrepid-ja/ Packages                     
ヒット http://archive.ubuntulinux.jp intrepid-ja/ Sources                      
ヒット http://archive.ubuntulinux.jp intrepid-non-free/ Packages               
ヒット http://archive.ubuntulinux.jp intrepid-non-free/ Sources                
ヒット http://security.ubuntu.com intrepid-security Release.gpg                
無視 http://security.ubuntu.com intrepid-security/main Translation-ja          
ヒット http://ppa.launchpad.net intrepid Release.gpg                           
無視 http://ppa.launchpad.net intrepid/main Translation-ja     
無視 http://security.ubuntu.com intrepid-security/restricted Translation-ja
無視 http://security.ubuntu.com intrepid-security/universe Translation-ja
無視 http://security.ubuntu.com intrepid-security/multiverse Translation-ja
ヒット http://security.ubuntu.com intrepid-security Release    
取得:1 http://ppa.launchpad.net intrepid Release.gpg [307B]    
無視 http://ppa.launchpad.net intrepid/main Translation-ja
ヒット http://ppa.launchpad.net intrepid Release               
ヒット http://security.ubuntu.com intrepid-security/main Packages              
取得:2 http://ppa.launchpad.net intrepid Release [65.9kB]      
ヒット http://security.ubuntu.com intrepid-security/restricted Packages
ヒット http://security.ubuntu.com intrepid-security/universe Packages
ヒット http://security.ubuntu.com intrepid-security/multiverse Packages
ヒット http://ppa.launchpad.net intrepid/main Packages         
ヒット http://ppa.launchpad.net intrepid/main Sources
ヒット http://ppa.launchpad.net intrepid/main Packages
308B を 1s で取得しました (155B/s)
パッケージリストを読み込んでいます... 完了
tarou@tarou-desktop:~$