<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>月影鹏鹏 &#187; rsync ssh</title>
	<atom:link href="http://jk.aiwaly.com/wp/tag/rsync-ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://jk.aiwaly.com</link>
	<description>不断探索,追求卓越,做快乐自己</description>
	<lastBuildDate>Wed, 28 Dec 2011 08:29:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>rsync应用_ssh方式验证.txt</title>
		<link>http://jk.aiwaly.com/wp/rsync%e5%ba%94%e7%94%a8_ssh%e6%96%b9%e5%bc%8f%e9%aa%8c%e8%af%81txt.html</link>
		<comments>http://jk.aiwaly.com/wp/rsync%e5%ba%94%e7%94%a8_ssh%e6%96%b9%e5%bc%8f%e9%aa%8c%e8%af%81txt.html#comments</comments>
		<pubDate>Tue, 23 Dec 2008 12:06:41 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[question (问题)]]></category>
		<category><![CDATA[rsync ssh]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=234</guid>
		<description><![CDATA[#来自月影鹏鹏 http://jacky.scanmon.com
请严格按下面顺序进行，不能少任何一部
1. 配置server和web主机之间ssh工具可以直接登陆
1.1 编辑traffic的hosts文件增加web主机条目
192.168.10.51    linux
192.168.10.52    linux1
1.2 生成ssh客户密匙
#ssh-keygen -t rsa
屏幕显示（为生成公匙密匙文件和等，全部回车即可）
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
d1:69:34:80:56:2a:2d:df:70:2d:10:ac:63:5e:1e:1c root@web
1.3 生成后，将本地的id_rsa.pub复制到远程的./ssh目录下，更改名称为authorized_keys2
# sftp root@192.168.10.51
sftp web1
Connecting to web1
root@web1&#8217;s password: （输入密码）
sftp&#62;
sftp&#62;cd .ssh
sftp&#62;put [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/rsync%e5%ba%94%e7%94%a8_ssh%e6%96%b9%e5%bc%8f%e9%aa%8c%e8%af%81txt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

