<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux, Open Source and Web 2.0 &#187; login</title>
	<atom:link href="http://articles.itecsoftware.com/tag/login/feed" rel="self" type="application/rss+xml" />
	<link>http://articles.itecsoftware.com</link>
	<description>Itec Software</description>
	<lastBuildDate>Mon, 06 Sep 2010 18:29:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Exchange SSH keys and avoid logins and passwords</title>
		<link>http://articles.itecsoftware.com/linux/exchange-ssh-keys-and-avoid-logins-and-passwords</link>
		<comments>http://articles.itecsoftware.com/linux/exchange-ssh-keys-and-avoid-logins-and-passwords#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:23:42 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[key exchange]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[pasword prompt]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=171</guid>
		<description><![CDATA[Working in a Linux environment, changes are you&#8217;re often using ssh, copying or rsyncing files between servers and workstations. I find it very annoying to always have to type in my login credentials. To avoid that, we can exchange ssh keys so that all the authentication is done utilizing those keys. We can achieve that [...]]]></description>
			<content:encoded><![CDATA[<p>Working in a Linux environment, changes are you&#8217;re often using ssh, copying or rsyncing files between servers and workstations. I find it very annoying to always have to type in my login credentials. To avoid that, we can exchange ssh keys so that all the authentication is done utilizing those keys.<br />
We can achieve that by following these two simple steps:</p>
<p>1. Generate a new key</p>
<p style="padding-left: 30px;color: green;">$ ssh-keygen</p>
<p>2. Copy the generated ssh key to the target server(s)</p>
<p style="padding-left: 30px;color: green;">$ cat ~/.ssh/id_rsa.pub | ssh user@target_machine cat &#8211; &#8220;&gt;&gt;&#8221; ~/.ssh/authorized_keys</p>
<p>That&#8217;s all there is to exchange ssh keys.</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>]]></content:encoded>
			<wfw:commentRss>http://articles.itecsoftware.com/linux/exchange-ssh-keys-and-avoid-logins-and-passwords/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: articles.itecsoftware.com @ 2010-09-09 22:32:33 -->