<?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: Save SSH password for use in &quot;Terminal&quot; (OSX or *Nix)</title>
	<atom:link href="http://sniptools.com/mac-osx/save-ssh-password-in-terminal/feed" rel="self" type="application/rss+xml" />
	<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal</link>
	<description>Design &#38; Technology Observations</description>
	<lastBuildDate>Thu, 12 Jan 2012 08:01:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Vince</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2658</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Thu, 11 Aug 2011 17:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2658</guid>
		<description>You rock good sir!  Well written, easy-to-follow tutorial, consider this bookmarked for future reference!</description>
		<content:encoded><![CDATA[<p>You rock good sir!  Well written, easy-to-follow tutorial, consider this bookmarked for future reference!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2620</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 21 Apr 2011 19:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2620</guid>
		<description>I figured out a workaround. In the Terminal preferences, I edited the Shell settings so that on Startup it runs the command &quot;source .profile&quot;.</description>
		<content:encoded><![CDATA[<p>I figured out a workaround. In the Terminal preferences, I edited the Shell settings so that on Startup it runs the command "source .profile".</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2619</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 21 Apr 2011 19:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2619</guid>
		<description>Thanks Shanx.
Everything works without a hitch except for one thing.

The aliases are not being remembered. Every time I close the terminal window it forgets them, and I get this error:

-bash: s: command not found

However, when I type &quot;source .profile&quot; again it remembers. That means for each new window I open have to source the profile again. Can you please tell me what I&#039;m doing wrong?</description>
		<content:encoded><![CDATA[<p>Thanks Shanx.<br />
Everything works without a hitch except for one thing.</p>
<p>The aliases are not being remembered. Every time I close the terminal window it forgets them, and I get this error:</p>
<p>–bash: s: command not found</p>
<p>However, when I type "source .profile" again it remembers. That means for each new window I open have to source the profile again. Can you please tell me what I'm doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2616</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 03 Apr 2011 01:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2616</guid>
		<description>still asking for the password for me :( I followed everything. Could the security on my server not allow login via authorized keys?</description>
		<content:encoded><![CDATA[<p>still asking for the password for me <img src='http://sniptools.com/cms/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I followed everything. Could the security on my server not allow login via authorized keys?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Bandy</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2615</link>
		<dc:creator>Kyle Bandy</dc:creator>
		<pubDate>Sat, 26 Mar 2011 16:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2615</guid>
		<description>Absolutely awesome guide!  Really a great timesaver here.  Thanks a billion!</description>
		<content:encoded><![CDATA[<p>Absolutely awesome guide!  Really a great timesaver here.  Thanks a billion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2610</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Tue, 15 Mar 2011 00:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2610</guid>
		<description>ssh-copy-id -i  user@server 

that is a lot quicker for copying the key to the server.</description>
		<content:encoded><![CDATA[<p>ssh-copy-id –i  user@server </p>
<p>that is a lot quicker for copying the key to the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slobo</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2575</link>
		<dc:creator>Slobo</dc:creator>
		<pubDate>Thu, 11 Nov 2010 20:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2575</guid>
		<description>Thank you!!!! That&#039;s what I was looking for :)</description>
		<content:encoded><![CDATA[<p>Thank you!!!! That's what I was looking for <img src='http://sniptools.com/cms/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: puneriashu</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2562</link>
		<dc:creator>puneriashu</dc:creator>
		<pubDate>Fri, 24 Sep 2010 22:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2562</guid>
		<description>great tip. very handy .. you just increased my productivity.</description>
		<content:encoded><![CDATA[<p>great tip. very handy .. you just increased my productivity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2542</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 05 Aug 2010 08:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2542</guid>
		<description>Thank you!
As web developer, this becomes very handy if you deploy your projects via rsync (over ssh). Once done, it saves a lot of time. Worked great.</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
As web developer, this becomes very handy if you deploy your projects via rsync (over ssh). Once done, it saves a lot of time. Worked great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comment-2512</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 05 May 2010 00:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=163#comment-2512</guid>
		<description>Great writeup.  I noticed that I also have to issue the following command for things to work:
chmod 700 ~/.ssh; chmod 600 ~/ssh/authorized_keys</description>
		<content:encoded><![CDATA[<p>Great writeup.  I noticed that I also have to issue the following command for things to work:<br />
chmod 700 ~/.ssh; chmod 600 ~/ssh/authorized_keys</p>
]]></content:encoded>
	</item>
</channel>
</rss>

