keychain

2009-05-13 11:05:13来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


http://mirror.caoslinux.org/cAos-1/creation/keychain-2.0.3-1/


Keychain
http://www.gentoo.org/proj/en/keychain.xml
-----> what
The keychain bash script makes handling RSA and DSA keys both convenient and secure. It acts as a front-end to ssh-agent, allowing you to easily have one long-running ssh-agent process per system, rather than per login session. This dramatically reduces the number of times you need to enter your passphrase from once per new login session to once every time your local machine is rebooted.
~/.bash_profile `keychain starts up`
*http://www-106.ibm.com/developerworks/library/l-keyc.html
http://www-106.ibm.com/developerworks/linux/library/l-keyc2/
http://www-106.ibm.com/developerworks/linux/library/l-keyc3/
http://www-900.ibm.com/developerWorks/cn/linux/security/openssh/part1/index.shtml
*http://www-900.ibm.com/developerWorks/cn/linux/security/openssh/part1/index_eng.shtml
http://www-900.ibm.com/developerWorks/cn/linux/security/openssh/part2/index.shtml
http://www-900.ibm.com/developerWorks/cn/linux/security/openssh/part2/index_eng.shtml
-----> Download and install
Gentoo Linux
To install keychain on Gentoo, just type emerge keychain as root. Then as a user, keychain --help for setup instructions.
http://dev.gentoo.org/~rajiv/keychain/keychain-2.0.2-1.noarch.rpm
http://dev.gentoo.org/~rajiv/keychain/keychain-2.0.2-1.src.rpm
http://dev.gentoo.org/~rajiv/keychain/keychain-2.0.2-1.spec
http://gentoo.oregonstate.edu/distfiles/keychain-2.0.3.tar.bz2
1183410bac4a747cd9ae483a1f24b7c5 keychain-2.0.3.tar.bz2
5c26f5dce97818cacb4e183c2ea90f30 keychain-2.0.2-1.noarch.rpm
gpg --keyserver pgp.mit.edu --recv-key 302A3876 // Installs the public key used to sign the RPM.
rpm -K keychain-2.0.2-1.noarch.rpm // Both md5 and gpg should be "OK".
rpm -Uvh keychain-2.0.2-1.noarch.rpm // Installs the RPM.
Note: If your firewall blocks gpg connections to the keyserver, you can install the GPG key manually by running
wget -O - http://dev.gentoo.org/~rajiv/rajivmanglani-pubkey.asc | gpg --import
% l keychain-2.0.2-1.noarch.rpm
-rw-r--r-- 1 root root 12894 Mar 12 2003 keychain-2.0.2-1.noarch.rpm
% gpg --keyserver pgp.mit.edu --recv-key 302A3876
gpg: WARNING: --honor-http-proxy is a deprecated option.
gpg: please use "--keyserver-options honor-http-proxy" instead
gpg: requesting key 302A3876 from HKP keyserver pgp.mit.edu
gpg: key 302A3876: public key imported
gpg: Total number processed: 1
gpg: imported: 1
% rpm -K keychain-2.0.2-1.noarch.rpm
keychain-2.0.2-1.noarch.rpm: md5 gpg OK
% rpm -qipl keychain-2.0.2-1.noarch.rpm
Name : keychain Relocations: /usr/bin
Version : 2.0.2 Vendor: Gentoo Technologies, Inc.
Release : 1 Build Date: Thu 06 Mar 2003 04:21:33 PM CST
Install date: (not installed) Build Host: cvs.gentoo.org
Group : Applications/Internet Source RPM: keychain-2.0.2-1.src.rpm

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:关于FreeBSD 5优化

下一篇:keychain-2.6.6.tar.bz2