<?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: shared key ssh authentication</title>
	<atom:link href="http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/</link>
	<description>and still for good reason.</description>
	<lastBuildDate>Tue, 06 Dec 2011 09:45:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ammon</title>
		<link>http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/comment-page-1/#comment-184380</link>
		<dc:creator>Ammon</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:13:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-184380</guid>
		<description>Of course you&#039;re right, allowing any sort of remote login directly to the root account is the sort of thing you need to consider very carefully. I would never recommend allowing direct login as root from the public internet. 

In is particular case, I was the only one ever using the box and only ever from another host on the same switch. I also required the RSA authentication - there was no password, login was only possible via the key so I don&#039;t feel bad about it.

Also if I actually need to plead my defense further, this did happen about 7-8 years ago when I was substantially less experienced ;)</description>
		<content:encoded><![CDATA[<p>Of course you&#8217;re right, allowing any sort of remote login directly to the root account is the sort of thing you need to consider very carefully. I would never recommend allowing direct login as root from the public internet. </p>
<p>In is particular case, I was the only one ever using the box and only ever from another host on the same switch. I also required the RSA authentication &#8211; there was no password, login was only possible via the key so I don&#8217;t feel bad about it.</p>
<p>Also if I actually need to plead my defense further, this did happen about 7-8 years ago when I was substantially less experienced <img src='http://ammonlauritzen.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/comment-page-1/#comment-184336</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 27 Jan 2010 18:28:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-184336</guid>
		<description>The other problem that you didn&#039;t identify in your Warning Section, is the obvious one where in your example you allowed ROOT login from a remote machine. That is one of the First Basic Security steps that should be done.</description>
		<content:encoded><![CDATA[<p>The other problem that you didn&#8217;t identify in your Warning Section, is the obvious one where in your example you allowed ROOT login from a remote machine. That is one of the First Basic Security steps that should be done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ammon</title>
		<link>http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/comment-page-1/#comment-155072</link>
		<dc:creator>Ammon</dc:creator>
		<pubDate>Wed, 18 Mar 2009 19:30:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-155072</guid>
		<description>The problem you&#039;re having with trying to ssh w/o specifying the username is simply because your local and remote usernames are different.

There&#039;s really no secure way for it to know that david@localhost is really DaveAdmin@www1.

As far as SVN goes, it can remember usernames for you - and should by default, even when using svn+ssh.

I generally recommend against using svn+ssh if at all possible. If you need encryption, svn over https is equivalent and is generally more reliable.</description>
		<content:encoded><![CDATA[<p>The problem you&#8217;re having with trying to ssh w/o specifying the username is simply because your local and remote usernames are different.</p>
<p>There&#8217;s really no secure way for it to know that david@localhost is really DaveAdmin@www1.</p>
<p>As far as SVN goes, it can remember usernames for you &#8211; and should by default, even when using svn+ssh.</p>
<p>I generally recommend against using svn+ssh if at all possible. If you need encryption, svn over https is equivalent and is generally more reliable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Wood</title>
		<link>http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/comment-page-1/#comment-154553</link>
		<dc:creator>Dave Wood</dc:creator>
		<pubDate>Tue, 17 Mar 2009 23:20:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-154553</guid>
		<description>Scratch that.... the problem wasn&#039;t with the key pair, it was with my spelling.

Seriously, who spells Authorised with a &#039;z&#039;????

As a minor aside, once the public key was catted into Authorized_Keys &quot;ssh DaveAdmin@WWW1&quot; works fine, but &quot;ssh WWW1&quot; still doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Scratch that&#8230;. the problem wasn&#8217;t with the key pair, it was with my spelling.</p>
<p>Seriously, who spells Authorised with a &#8216;z&#8217;????</p>
<p>As a minor aside, once the public key was catted into Authorized_Keys &#8220;ssh DaveAdmin@WWW1&#8243; works fine, but &#8220;ssh WWW1&#8243; still doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Wood</title>
		<link>http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/comment-page-1/#comment-154547</link>
		<dc:creator>Dave Wood</dc:creator>
		<pubDate>Tue, 17 Mar 2009 23:04:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-154547</guid>
		<description>This works fine when your local and remote username are the same, but how do you use/generate a key pair when your local and remote usernames are different?

e.g.
My local Machine is called David_Desktop, my local user is david@David_Desktop

The server I want to log into is called WWW1, and my account on that machine is DaveAdmin@WWW1

I can work with password authentication just fine, but I want to set up a CVS/SVN repository on WWW1 and don&#039;t particularly want to enter my password fifteen times every time I want to do a commit.</description>
		<content:encoded><![CDATA[<p>This works fine when your local and remote username are the same, but how do you use/generate a key pair when your local and remote usernames are different?</p>
<p>e.g.<br />
My local Machine is called David_Desktop, my local user is david@David_Desktop</p>
<p>The server I want to log into is called WWW1, and my account on that machine is DaveAdmin@WWW1</p>
<p>I can work with password authentication just fine, but I want to set up a CVS/SVN repository on WWW1 and don&#8217;t particularly want to enter my password fifteen times every time I want to do a commit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo on Information Technology &#187; Setting up your first server</title>
		<link>http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/comment-page-1/#comment-56561</link>
		<dc:creator>Gustavo on Information Technology &#187; Setting up your first server</dc:creator>
		<pubDate>Mon, 07 Apr 2008 17:11:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-56561</guid>
		<description>[...] At this point you should use shared key ssh authentication, and there&#8217;s a great tutorial at ammonlauritzen.com. [...]</description>
		<content:encoded><![CDATA[<p>[...] At this point you should use shared key ssh authentication, and there&#8217;s a great tutorial at ammonlauritzen.com. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Macintosh-Admin &#187; Blog Archive &#187; Creating Shared Host Keys</title>
		<link>http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/comment-page-1/#comment-56227</link>
		<dc:creator>Macintosh-Admin &#187; Blog Archive &#187; Creating Shared Host Keys</dc:creator>
		<pubDate>Fri, 21 Mar 2008 14:22:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-56227</guid>
		<description>[...] used this website to help me: http://ammonlauritzen.com/blog/index.php/2006/04/16/shared_key_ssh_authentication  Posted in Tutorials/Guides &#124;     Leave a [...]</description>
		<content:encoded><![CDATA[<p>[...] used this website to help me: <a href="http://ammonlauritzen.com/blog/index.php/2006/04/16/shared_key_ssh_authentication" rel="nofollow">http://ammonlauritzen.com/blog/index.php/2006/04/16/shared_key_ssh_authentication</a>  Posted in Tutorials/Guides |     Leave a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Untitled :: Blog Archive &#187; ssh.com vs openssh</title>
		<link>http://ammonlauritzen.com/blog/2006/04/16/shared_key_ssh_authentication/comment-page-1/#comment-54</link>
		<dc:creator>Untitled :: Blog Archive &#187; ssh.com vs openssh</dc:creator>
		<pubDate>Tue, 28 Nov 2006 20:55:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-54</guid>
		<description>[...] ssh.com vs openssh A few months ago, I wrote a brief entry on how to set up shared key authentication with OpenSSH. [...]</description>
		<content:encoded><![CDATA[<p>[...] ssh.com vs openssh A few months ago, I wrote a brief entry on how to set up shared key authentication with OpenSSH. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

