<?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"
	>
<channel>
	<title>Comments on: SSH login without entering password</title>
	<atom:link href="http://macdiggs.com/2006/06/16/ssh-login-without-entering-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://macdiggs.com/2006/06/16/ssh-login-without-entering-password/</link>
	<description>Digging the watery grave and talking about PHP, Rails and tech stuff..</description>
	<pubDate>Fri, 21 Nov 2008 01:05:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: macdiggs.com &#187; Blog Archive &#187; Automated sites backup script</title>
		<link>http://macdiggs.com/2006/06/16/ssh-login-without-entering-password/#comment-12509</link>
		<dc:creator>macdiggs.com &#187; Blog Archive &#187; Automated sites backup script</dc:creator>
		<pubDate>Wed, 14 Feb 2007 10:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/06/16/ssh-login-without-entering-password/#comment-12509</guid>
		<description>[...] One more thing to notice is that you need to generate an ssh key-pair in order to be able to log into a remote server without entering a password (that&#8217;s why there is no mention of passwords in the script&#8217;s settings). You can read about logging into SSH without using passwords here. [...]</description>
		<content:encoded><![CDATA[<p>[...] One more thing to notice is that you need to generate an ssh key-pair in order to be able to log into a remote server without entering a password (that&#039;s why there is no mention of passwords in the script&#039;s settings). You can read about logging into SSH without using passwords here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://macdiggs.com/2006/06/16/ssh-login-without-entering-password/#comment-1951</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 18 Oct 2006 11:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/06/16/ssh-login-without-entering-password/#comment-1951</guid>
		<description>Heile,

you can try the following:
- first, i presume you already have the public key generated inside the ~/.ssh/id_rsa.pub on your local computer
- now, you should have a string in that file sort of the one like I have: "ssh-rsa AAAAB3Nz....................lWUpb3Uw/nQRBc= mike@Mikhail.local"
- copy the string into clipboard
- now, log into remote server (entering the password, as usual). there should be a directory called ".ssh" inside your home directory. now, check if you have a file called "authorized_keys" inside that directory. if you don't have it, create one. or edit the existing one. What you need to do is to add the public key contents which you copied into clipboard on step 2, as a new line to the "authorized_keys" file contents. 

basically, this approach should work for you. I have a server on which the ssh-installkeys doesn't work as advertised, so for that case I use the approach I have wrote about about. hope it works for you too.</description>
		<content:encoded><![CDATA[<p>Heile,</p>
<p>you can try the following:<br />
- first, i presume you already have the public key generated inside the ~/.ssh/id_rsa.pub on your local computer<br />
- now, you should have a string in that file sort of the one like I have: &#034;ssh-rsa AAAAB3Nz&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..lWUpb3Uw/nQRBc= <a href="mailto:mike@Mikhail.local">mike@Mikhail.local</a>&#034;<br />
- copy the string into clipboard<br />
- now, log into remote server (entering the password, as usual). there should be a directory called &#034;.ssh&#034; inside your home directory. now, check if you have a file called &#034;authorized_keys&#034; inside that directory. if you don&#039;t have it, create one. or edit the existing one. What you need to do is to add the public key contents which you copied into clipboard on step 2, as a new line to the &#034;authorized_keys&#034; file contents. </p>
<p>basically, this approach should work for you. I have a server on which the ssh-installkeys doesn&#039;t work as advertised, so for that case I use the approach I have wrote about about. hope it works for you too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heile</title>
		<link>http://macdiggs.com/2006/06/16/ssh-login-without-entering-password/#comment-1949</link>
		<dc:creator>heile</dc:creator>
		<pubDate>Wed, 18 Oct 2006 11:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/06/16/ssh-login-without-entering-password/#comment-1949</guid>
		<description>Thank you for this prog!

But unfortunately it doesn't work at my site. I assume this has to do with ssh configuration?!

Maybe anybody can tell me how to configure ssh so this magic works. Are there some global or local ssh settings that have to be adjusted so this works? Maybe in /etc/ssh/ssh_config?

Any help appreciated! Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you for this prog!</p>
<p>But unfortunately it doesn&#039;t work at my site. I assume this has to do with ssh configuration?!</p>
<p>Maybe anybody can tell me how to configure ssh so this magic works. Are there some global or local ssh settings that have to be adjusted so this works? Maybe in /etc/ssh/ssh_config?</p>
<p>Any help appreciated! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Teare</title>
		<link>http://macdiggs.com/2006/06/16/ssh-login-without-entering-password/#comment-850</link>
		<dc:creator>Dave Teare</dc:creator>
		<pubDate>Sat, 19 Aug 2006 23:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/06/16/ssh-login-without-entering-password/#comment-850</guid>
		<description>Thanks for the tip!  I didn't know about ssh-installkeys and would always hand edit the .ssh files.

I am one of the super lazy people, so I must point out that your ssh command has 8 characters too many :)

Instead of "ssh myself@someserver.com", you can just do "ssh someserver.com".  To configure this magic, edit ~/.ssh/config and add your user id that you want to use for that server:

   Host someserver.com
   User dave</description>
		<content:encoded><![CDATA[<p>Thanks for the tip!  I didn&#039;t know about ssh-installkeys and would always hand edit the .ssh files.</p>
<p>I am one of the super lazy people, so I must point out that your ssh command has 8 characters too many :)</p>
<p>Instead of &#034;ssh <a href="mailto:myself@someserver.com">myself@someserver.com</a>&#034;, you can just do &#034;ssh someserver.com&#034;.  To configure this magic, edit ~/.ssh/config and add your user id that you want to use for that server:</p>
<p>   Host someserver.com<br />
   User dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
