PuTTY 升级至 0.63 beta

来源:互联网 发布:twisted网络编程必备 编辑:程序博客网 时间:2024/05/04 18:59
访问密钥页面获取密钥下载链接 http://www.chiark.greenend.org.uk/~sgtatham/putty/keys.html 
RSA Master Key
http://www.chiark.greenend.org.uk/~sgtatham/putty/keys/master-rsa.asc
RSA Release key
http://www.chiark.greenend.org.uk/~sgtatham/putty/keys/release-rsa.asc 
DSA Master Key
http://www.chiark.greenend.org.uk/~sgtatham/putty/keys/master-dsa.asc
DSA Release key
http://www.chiark.greenend.org.uk/~sgtatham/putty/keys/release-dsa.asc 

下载 RSA Master Key
$ /usr/bin/wget http://www.chiark.greenend.org.uk/~sgtatham/putty/keys/master-rsa.asc
下载 RSA Release key
$ /usr/bin/wget http://www.chiark.greenend.org.uk/~sgtatham/putty/keys/release-rsa.asc
下载 DSA Master Key
$ /usr/bin/wget http://www.chiark.greenend.org.uk/~sgtatham/putty/keys/master-dsa.asc
下载 DSA Release key
$ /usr/bin/wget http://www.chiark.greenend.org.uk/~sgtatham/putty/keys/release-dsa.asc 

导入 RSA Master Key $ /usr/bin/gpg --import master-rsa.asc
gpg: 警告:正在使用不安全的内存!
gpg: 请访问 http://www.gnupg.org/documentation/faqs.html 以获得更详细的信息
gpg: 警告:不建议使用散列算法 MD5
gpg: 请参见 http://www.gnupg.org/faq/weak-digest-algos.html 以得到更多信息。
gpg: 密钥 1E34AC41:公钥“PuTTY Master Key (RSA) <putty-bugs@lists.tartarus.org>”已导入
gpg: 合计被处理的数量:1
gpg:           已导入:1  (RSA: 1)
gpg: 需要 3 份勉强信任和 1 份完全信任,PGP 信任模型
gpg: 深度:0 有效性:  1 已签名:  0 信任度:0-,0q,0n,0m,0f,1u
gpg: 下次信任度数据库检查将于 2016-02-10 进行
导入 RSA Release key $ /usr/bin/gpg --import release-rsa.asc
gpg: 请访问 http://www.gnupg.org/documentation/faqs.html 以获得更详细的信息
gpg: 警告:不建议使用散列算法 MD5
gpg: 请参见 http://www.gnupg.org/faq/weak-digest-algos.html 以得到更多信息。
gpg: 密钥 B41CAE29:公钥“PuTTY Releases (RSA) <putty-bugs@lists.tartarus.org>”已导入
gpg: 合计被处理的数量:1
gpg:           已导入:1  (RSA: 1)
gpg: 需要 3 份勉强信任和 1 份完全信任,PGP 信任模型
gpg: 深度:0 有效性:  1 已签名:  0 信任度:0-,0q,0n,0m,0f,1u
gpg: 下次信任度数据库检查将于 2016-02-10 进行
导入DSA Master Key $ /usr/bin/gpg --import master-dsa.asc
gpg: 警告:正在使用不安全的内存!
gpg: 请访问 http://www.gnupg.org/documentation/faqs.html 以获得更详细的信息
gpg: 密钥 6A93B34E:公钥“PuTTY Master Key (DSA) <putty-bugs@lists.tartarus.org>”已导入
gpg: 合计被处理的数量:1
gpg:           已导入:1
gpg: 需要 3 份勉强信任和 1 份完全信任,PGP 信任模型
gpg: 深度:0 有效性:  1 已签名:  0 信任度:0-,0q,0n,0m,0f,1u
gpg: 下次信任度数据库检查将于 2016-02-10 进行
导入DSA Release key $ /usr/bin/gpg --import release-dsa.asc 
gpg: 警告:正在使用不安全的内存!
gpg: 请访问 http://www.gnupg.org/documentation/faqs.html 以获得更详细的信息
gpg: 密钥 08B0A90B:公钥“PuTTY Releases (DSA) <putty-bugs@lists.tartarus.org>”已导入
gpg: 合计被处理的数量:1
gpg:           已导入:1
gpg: 需要 3 份勉强信任和 1 份完全信任,PGP 信任模型
gpg: 深度:0 有效性:  1 已签名:  0 信任度:0-,0q,0n,0m,0f,1u
gpg: 下次信任度数据库检查将于 2016-02-10 进行

列出指纹 $ /usr/bin/gpg --fingerprint
pub   1024R/1E34AC41 2000-12-20
密钥指纹 = 8F 15 97 DA 25 30 AB 0D  88 D1 92 54 11 CF 0C 4C
uid                  PuTTY Master Key (RSA) <putty-bugs@lists.tartarus.org>
pub   1024D/6A93B34E 2000-12-20
密钥指纹 = 313C 3E76 4B74 C2C5 F2AE  83A8 4F5E 6DF5 6A93 B34E
uid                  PuTTY Master Key (DSA) <putty-bugs@lists.tartarus.org>
与网站核对 http://www.chiark.greenend.org.uk/~sgtatham/putty/keys.html 

访问下载页面获取下载链接
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Installer
http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.63-installer.exe
Installer RSA
http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.63-installer.exe.RSA
Installer DSA
http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.63-installer.exe.DSA

下载 Installer 程序
$ /usr/bin/wget http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.63-installer.exe
下载 Installer RSA 签名
$ /usr/bin/wget http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.63-installer.exe.RSA
下载 Installer DSA 签名
$ /usr/bin/wget http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.63-installer.exe.DSA

较验 RSA 签名 $ /usr/bin/gpg --verify putty-0.63-installer.exe.RSA putty-0.63-installer.exe
gpg: 警告:正在使用不安全的内存!
gpg: 请访问 http://www.gnupg.org/documentation/faqs.html 以获得更详细的信息
gpg: 于 2013年08月 7日  1:27:12 CST 创建的签名,使用 RSA,钥匙号 B41CAE29
gpg: 完好的签名,来自于“PuTTY Releases (RSA) <putty-bugs@lists.tartarus.org>”
gpg: 警告:这把密钥未经受信任的签名认证!
gpg:       没有证据表明这个签名属于它所声称的持有者。
主钥指纹: AE 65 D3 F7 85 D3 18 E0  3B 0C 9B 02 FF 3A 81 FE
较验 DSA 签名 $ /usr/bin/gpg --verify putty-0.63-installer.exe.DSA putty-0.63-installer.exe
gpg: 警告:正在使用不安全的内存!
gpg: 请访问 http://www.gnupg.org/documentation/faqs.html 以获得更详细的信息
gpg: 于 2013年08月 7日  1:21:29 CST 创建的签名,使用 DSA,钥匙号 08B0A90B
gpg: 完好的签名,来自于“PuTTY Releases (DSA) <putty-bugs@lists.tartarus.org>”
gpg: 警告:这把密钥未经受信任的签名认证!
gpg:       没有证据表明这个签名属于它所声称的持有者。
主钥指纹: 00B1 1009 38E6 9800 6518  F0AB FECD 6F3F 08B0 A90B
原创粉丝点击