<?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; key exchange</title>
	<atom:link href="http://www.itecsoftware.com/tag/key-exchange/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itecsoftware.com</link>
	<description>Itec Software</description>
	<lastBuildDate>Sun, 13 May 2012 19:34:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Exchange SSH keys and avoid logins and passwords</title>
		<link>http://www.itecsoftware.com/exchange-ssh-keys-and-avoid-logins-and-passwords?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-ssh-keys-and-avoid-logins-and-passwords</link>
		<comments>http://www.itecsoftware.com/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[<a href="http://www.itecsoftware.com/exchange-ssh-keys-and-avoid-logins-and-passwords" title="Exchange SSH keys and avoid logins and passwords "></a>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 &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/exchange-ssh-keys-and-avoid-logins-and-passwords">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/exchange-ssh-keys-and-avoid-logins-and-passwords" title="Exchange SSH keys and avoid logins and passwords "></a><!-- google_ad_section_start --><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>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/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/

Page Caching using disk: basic
Database Caching 5/7 queries in 0.003 seconds using disk: basic
Object Caching 396/396 objects using disk: basic

Served from: www.itecsoftware.com @ 2012-05-19 15:07:18 -->
