<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Linux on 村边的池塘</title>
		<link>https://jerrywang1981.github.io/tags/linux/</link>
		<description>Recent content in Linux on 村边的池塘</description>
		<generator>Hugo</generator>
		<language>zh-CN</language>
		
		
		
		
			<lastBuildDate>Fri, 11 Sep 2020 10:38:33 +0800</lastBuildDate>
		
			<atom:link href="https://jerrywang1981.github.io/tags/linux/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Auto Login Server Without Password</title>
				<link>https://jerrywang1981.github.io/post/linux/auto-login-server-without-password/</link>
				<pubDate>Fri, 11 Sep 2020 10:38:33 +0800</pubDate>
				<guid>https://jerrywang1981.github.io/post/linux/auto-login-server-without-password/</guid>
				<description>&lt;h2 id=&#34;配置方法做个小记录&#34;&gt;配置方法，做个小记录&lt;/h2&gt;&#xA;&lt;h3 id=&#34;server-上要配置允许&#34;&gt;server 上要配置允许&lt;/h3&gt;&#xA;&lt;h3 id=&#34;用户电脑&#34;&gt;用户电脑&lt;/h3&gt;&#xA;&lt;p&gt;在&#xA;.ssh/config&#xA;文件中&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Host *&#xA; AddKeysToAgent yes&#xA; UseKeychain yes&#xA; IdentityFile ~/.ssh/id_rsa&#xA;&#xA;Host xxx&#xA;  HostName xx.xx.xx.xx&#xA;  User jerry&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;把pub key传到server&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ssh-copy-id -i ~/.ssh/id_rsa.pub xx@xx.xx.xx.x&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;可以了&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
