<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Комментарии: SSH без пароля или аутентификация с использованием шифрованных ключей</title>
	<atom:link href="http://rizloff.com/linux/ssh-login-without-password-use-authorized-keys/feed" rel="self" type="application/rss+xml" />
	<link>http://rizloff.com/linux/ssh-login-without-password-use-authorized-keys</link>
	<description>&#34;хронология&#34; повседневной суеты или как я решаю причуды компьютера и не только</description>
	<lastBuildDate>Fri, 27 Apr 2012 03:43:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Автор: rizloff</title>
		<link>http://rizloff.com/linux/ssh-login-without-password-use-authorized-keys#comment-4756</link>
		<dc:creator>rizloff</dc:creator>
		<pubDate>Mon, 27 Dec 2010 15:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://rizloff.com/?p=205#comment-4756</guid>
		<description>Таки да, вы правы
А ведь столько раз пересматривал запись и столько же раз делал по своей же инструкции и не заметил.
Спасибо большое, подправил</description>
		<content:encoded><![CDATA[<p>Таки да, вы правы<br />
А ведь столько раз пересматривал запись и столько же раз делал по своей же инструкции и не заметил.<br />
Спасибо большое, подправил</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: user</title>
		<link>http://rizloff.com/linux/ssh-login-without-password-use-authorized-keys#comment-4754</link>
		<dc:creator>user</dc:creator>
		<pubDate>Sun, 26 Dec 2010 19:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://rizloff.com/?p=205#comment-4754</guid>
		<description>В статье ошибка, нужно заменить:

ssh-copy-id -i ~/.ssh/id_rsa youruser@remote.server.host
на
ssh-copy-id -i ~/.ssh/id_rsa.pub youruser@remote.server.host

cat ~/.ssh/id_rsa &#124; ssh -l user@remote.server.host &#039;mkdir -p .ssh;touch .ssh/authorized_keys; cat &gt;&gt; .ssh/authorized_keys;chmod 700 ~/.ssh;chmod 600 ~/.ssh/authorized_keys&#039;
на
cat ~/.ssh/id_rsa.pub &#124; ssh -l user@remote.server.host &#039;mkdir -p .ssh;touch .ssh/authorized_keys; cat &gt;&gt; .ssh/authorized_keys;chmod 700 ~/.ssh;chmod 600 ~/.ssh/authorized_keys&#039;</description>
		<content:encoded><![CDATA[<p>В статье ошибка, нужно заменить:</p>
<p>ssh-copy-id -i ~/.ssh/id_rsa <a href="mailto:youruser@remote.server.host">youruser@remote.server.host</a><br />
на<br />
ssh-copy-id -i ~/.ssh/id_rsa.pub <a href="mailto:youruser@remote.server.host">youruser@remote.server.host</a></p>
<p>cat ~/.ssh/id_rsa | ssh -l <a href="mailto:user@remote.server.host">user@remote.server.host</a> &#8216;mkdir -p .ssh;touch .ssh/authorized_keys; cat &gt;&gt; .ssh/authorized_keys;chmod 700 ~/.ssh;chmod 600 ~/.ssh/authorized_keys&#8217;<br />
на<br />
cat ~/.ssh/id_rsa.pub | ssh -l <a href="mailto:user@remote.server.host">user@remote.server.host</a> &#8216;mkdir -p .ssh;touch .ssh/authorized_keys; cat &gt;&gt; .ssh/authorized_keys;chmod 700 ~/.ssh;chmod 600 ~/.ssh/authorized_keys&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: rizloff</title>
		<link>http://rizloff.com/linux/ssh-login-without-password-use-authorized-keys#comment-4601</link>
		<dc:creator>rizloff</dc:creator>
		<pubDate>Wed, 19 Aug 2009 19:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://rizloff.com/?p=205#comment-4601</guid>
		<description>Спасибо за совет, подкорректировал права доступа
И за плагин спасибо - разобрался, все работает.</description>
		<content:encoded><![CDATA[<p>Спасибо за совет, подкорректировал права доступа<br />
И за плагин спасибо &#8211; разобрался, все работает.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Vladimir</title>
		<link>http://rizloff.com/linux/ssh-login-without-password-use-authorized-keys#comment-4533</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Fri, 14 Aug 2009 02:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://rizloff.com/?p=205#comment-4533</guid>
		<description>Мда, сорри, не увидел второй блок :-( Но всё равно права на папку ~/.ssh лучше ставить 0700 — ибо смысл туда ходить посторонним, если всё равно на чтение ключей прав у них быть не должно?</description>
		<content:encoded><![CDATA[<p>Мда, сорри, не увидел второй блок :-( Но всё равно права на папку ~/.ssh лучше ставить 0700 — ибо смысл туда ходить посторонним, если всё равно на чтение ключей прав у них быть не должно?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Vladimir</title>
		<link>http://rizloff.com/linux/ssh-login-without-password-use-authorized-keys#comment-4532</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Fri, 14 Aug 2009 02:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://rizloff.com/?p=205#comment-4532</guid>
		<description>К ручному методу я бы добавил изменение прав на каталог (0700) и ключ (0600). Так безопаснее :-)</description>
		<content:encoded><![CDATA[<p>К ручному методу я бы добавил изменение прав на каталог (0700) и ключ (0600). Так безопаснее :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

