<?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>Comments on: Logging In Via SSH Without A Password</title>
	<atom:link href="http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://everydaylht.com</link>
	<description>understandable linux tips and tricks</description>
	<lastBuildDate>Tue, 03 Jan 2012 21:41:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Logging In Via SSH Without A Password &#171; FOSS Web Dev(elopment)</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-7511</link>
		<dc:creator>Logging In Via SSH Without A Password &#171; FOSS Web Dev(elopment)</dc:creator>
		<pubDate>Wed, 06 Apr 2011 04:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-7511</guid>
		<description>[...] Here is a decent post that walks you through the process: http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is a decent post that walks you through the process: <a href="http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password" rel="nofollow">http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Script question: Shell script in kde to log in on a server with ssh</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-5493</link>
		<dc:creator>Script question: Shell script in kde to log in on a server with ssh</dc:creator>
		<pubDate>Mon, 31 Jan 2011 11:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-5493</guid>
		<description>[...] else, there is no option to supply the password). You need to give it by hand or set up ssh to use password-less log in.  Hope this [...]</description>
		<content:encoded><![CDATA[<p>[...] else, there is no option to supply the password). You need to give it by hand or set up ssh to use password-less log in.  Hope this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sangita</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-5466</link>
		<dc:creator>Sangita</dc:creator>
		<pubDate>Sun, 30 Jan 2011 10:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-5466</guid>
		<description>Hi,
Awesome article..

The above procedure helps you to login from master node  (say) to slave node (say). To do passwordless login from slave node to master, create a keypair in master node also and copy that in slave node.

In the entire process it would be better to chande the permission of the file id_rsa.pub to 600.

I had tried in my system and is working fine..
Thanx.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Awesome article..</p>
<p>The above procedure helps you to login from master node  (say) to slave node (say). To do passwordless login from slave node to master, create a keypair in master node also and copy that in slave node.</p>
<p>In the entire process it would be better to chande the permission of the file id_rsa.pub to 600.</p>
<p>I had tried in my system and is working fine..<br />
Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dicky</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-5282</link>
		<dc:creator>dicky</dc:creator>
		<pubDate>Sun, 23 Jan 2011 05:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-5282</guid>
		<description>very clear, thanks.

itconsult.hk/blog</description>
		<content:encoded><![CDATA[<p>very clear, thanks.</p>
<p>itconsult.hk/blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name (required)</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-3370</link>
		<dc:creator>Name (required)</dc:creator>
		<pubDate>Mon, 25 Oct 2010 07:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-3370</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-3293&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;airtonix:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 ssh-keygen -t dsa -f ~/.ssh/airtonix.edge.local -C “airtonix@edge.local”  &amp;&amp; cat ~/.ssh/airtonix.edge.local.pub &#124; ssh &lt;a href=&quot;mailto:airtonix@edge.local&quot; rel=&quot;nofollow&quot;&gt;airtonix@edge.local&lt;/a&gt; ‘cat – &gt;&gt; ~/.ssh/authorized_keys’
orzin.local is the client
edge.local is the server.
this doesn’t work.
however from the servers point of view : 
ssh-keygen -t dsa -f ~/.ssh/airtonix.orzin.local.id_dsa -C “airtonix@orzin.local” &amp;&amp; cat ~/.ssh/airtonix.orzin.local.id_dsa.pub &#124; ssh &lt;a href=&quot;mailto:airtonix@orzin.local&quot; rel=&quot;nofollow&quot;&gt;airtonix@orzin.local&lt;/a&gt; ‘cat – &gt;&gt; ~/.ssh/authorized_keys’
Does work.
so in summary, I can passwordless login from edge to orzin, but not from orzin to edge.
any ideas
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-3293" rel="nofollow"><br />
<strong><em>airtonix:</em></strong><br />
</a><br />
 ssh-keygen -t dsa -f ~/.ssh/airtonix.edge.local -C “airtonix@edge.local”  &amp;&amp; cat ~/.ssh/airtonix.edge.local.pub | ssh <a href="mailto:airtonix@edge.local" rel="nofollow">airtonix@edge.local</a> ‘cat – &gt;&gt; ~/.ssh/authorized_keys’<br />
orzin.local is the client<br />
edge.local is the server.<br />
this doesn’t work.<br />
however from the servers point of view :<br />
ssh-keygen -t dsa -f ~/.ssh/airtonix.orzin.local.id_dsa -C “airtonix@orzin.local” &amp;&amp; cat ~/.ssh/airtonix.orzin.local.id_dsa.pub | ssh <a href="mailto:airtonix@orzin.local" rel="nofollow">airtonix@orzin.local</a> ‘cat – &gt;&gt; ~/.ssh/authorized_keys’<br />
Does work.<br />
so in summary, I can passwordless login from edge to orzin, but not from orzin to edge.<br />
any ideas
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: airtonix</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-3293</link>
		<dc:creator>airtonix</dc:creator>
		<pubDate>Tue, 19 Oct 2010 14:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-3293</guid>
		<description>ssh-keygen -t dsa -f ~/.ssh/airtonix.edge.local -C &quot;airtonix@edge.local&quot;  &amp;&amp; cat ~/.ssh/airtonix.edge.local.pub &#124; ssh airtonix@edge.local &#039;cat - &gt;&gt; ~/.ssh/authorized_keys&#039;

orzin.local is the client
edge.local is the server.

this doesn&#039;t work.

however from the servers point of view : 

ssh-keygen -t dsa -f ~/.ssh/airtonix.orzin.local.id_dsa -C &quot;airtonix@orzin.local&quot; &amp;&amp; cat ~/.ssh/airtonix.orzin.local.id_dsa.pub &#124; ssh airtonix@orzin.local &#039;cat - &gt;&gt; ~/.ssh/authorized_keys&#039;

Does work.

so in summary, I can passwordless login from edge to orzin, but not from orzin to edge.

any ideas</description>
		<content:encoded><![CDATA[<p>ssh-keygen -t dsa -f ~/.ssh/airtonix.edge.local -C &#8220;airtonix@edge.local&#8221;  &amp;&amp; cat ~/.ssh/airtonix.edge.local.pub | ssh <a href="mailto:airtonix@edge.local">airtonix@edge.local</a> &#8216;cat &#8211; &gt;&gt; ~/.ssh/authorized_keys&#8217;</p>
<p>orzin.local is the client<br />
edge.local is the server.</p>
<p>this doesn&#8217;t work.</p>
<p>however from the servers point of view : </p>
<p>ssh-keygen -t dsa -f ~/.ssh/airtonix.orzin.local.id_dsa -C &#8220;airtonix@orzin.local&#8221; &amp;&amp; cat ~/.ssh/airtonix.orzin.local.id_dsa.pub | ssh <a href="mailto:airtonix@orzin.local">airtonix@orzin.local</a> &#8216;cat &#8211; &gt;&gt; ~/.ssh/authorized_keys&#8217;</p>
<p>Does work.</p>
<p>so in summary, I can passwordless login from edge to orzin, but not from orzin to edge.</p>
<p>any ideas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Sarnobat</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-2428</link>
		<dc:creator>Sridhar Sarnobat</dc:creator>
		<pubDate>Thu, 02 Sep 2010 18:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-2428</guid>
		<description>To get ssh-copy-id on Mac, look here:
http://thesystemisntdown.blogspot.com/2010/03/ssh-copy-id-on-os-x.html#comment-form</description>
		<content:encoded><![CDATA[<p>To get ssh-copy-id on Mac, look here:<br />
<a href="http://thesystemisntdown.blogspot.com/2010/03/ssh-copy-id-on-os-x.html#comment-form" rel="nofollow">http://thesystemisntdown.blogspot.com/2010/03/ssh-copy-id-on-os-x.html#comment-form</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-2419</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 02 Sep 2010 08:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-2419</guid>
		<description>I&#039;m not sure what you mean.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-2418</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 02 Sep 2010 08:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-2418</guid>
		<description>I wouldn&#039;t use it in a production environment.  I use it on my home network for convenience.  There is always a trade-off between security and convenience - you&#039;ll have to make your own assessment of where you are comfortable on that continuum.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t use it in a production environment.  I use it on my home network for convenience.  There is always a trade-off between security and convenience &#8211; you&#8217;ll have to make your own assessment of where you are comfortable on that continuum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pkg@pkg.com</title>
		<link>http://everydaylht.com/howtos/system-administration/loggin-in-via-ssh-without-a-password/comment-page-1/#comment-2389</link>
		<dc:creator>pkg@pkg.com</dc:creator>
		<pubDate>Wed, 01 Sep 2010 16:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=45#comment-2389</guid>
		<description>Also mention the need for both the users (local and remote) to have a home directory setup. What are the required settings related to this?</description>
		<content:encoded><![CDATA[<p>Also mention the need for both the users (local and remote) to have a home directory setup. What are the required settings related to this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

