<?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: Use Aliases to Create SSH Shortcuts</title>
	<atom:link href="http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Wed, 19 Jun 2013 19:52:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Josh</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-434746</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 06 Oct 2012 15:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-434746</guid>
		<description>I went the config route. Works great!</description>
		<content:encoded><![CDATA[<p>I went the config route. Works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Send an Alert to Notification Center from the Command Line in OS X</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-413415</link>
		<dc:creator>Send an Alert to Notification Center from the Command Line in OS X</dc:creator>
		<pubDate>Fri, 03 Aug 2012 17:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-413415</guid>
		<description>[...] you go the latter route, you&#8217;d best off creating an alias in bash_profile. For the purpose of this article we&#8217;ll assume you installed it through [...]</description>
		<content:encoded><![CDATA[<p>[...] you go the latter route, you&#8217;d best off creating an alias in bash_profile. For the purpose of this article we&#8217;ll assume you installed it through [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonçalo</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-408434</link>
		<dc:creator>Gonçalo</dc:creator>
		<pubDate>Fri, 20 Jul 2012 11:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-408434</guid>
		<description>YAY, you&#039;re right!</description>
		<content:encoded><![CDATA[<p>YAY, you&#8217;re right!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-394989</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 04 Jun 2012 23:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-394989</guid>
		<description>I forgot to mention I type them all up and then place them in dropbox and when I do a fresh install I will do this..

Terminal
/Users/Jeff/Dropdox
sudo cp -R /ssh_sites/ /usr/bin

then they are all back in there so I don&#039;t have to keep typing them out over and over..</description>
		<content:encoded><![CDATA[<p>I forgot to mention I type them all up and then place them in dropbox and when I do a fresh install I will do this..</p>
<p>Terminal<br />
/Users/Jeff/Dropdox<br />
sudo cp -R /ssh_sites/ /usr/bin</p>
<p>then they are all back in there so I don&#8217;t have to keep typing them out over and over..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-394987</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 04 Jun 2012 23:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-394987</guid>
		<description>I just make little files in /usr/bin by doing the following..

open terminal 

sudo vi /usr/bin/butter
ssh jeff@butter.net
:wq!
sudo chmod 755 /usr /bin/butter

then when you open terminal you type butter

whammo you are in</description>
		<content:encoded><![CDATA[<p>I just make little files in /usr/bin by doing the following..</p>
<p>open terminal </p>
<p>sudo vi /usr/bin/butter<br />
ssh <a href="mailto:jeff@butter.net">jeff@butter.net</a><br />
:wq!<br />
sudo chmod 755 /usr /bin/butter</p>
<p>then when you open terminal you type butter</p>
<p>whammo you are in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SSH to an iPhone (or iPad)</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-219939</link>
		<dc:creator>SSH to an iPhone (or iPad)</dc:creator>
		<pubDate>Thu, 04 Aug 2011 17:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-219939</guid>
		<description>[...] you may want to set a manual DHCP IP address so that it doesn&#8217;t change on you, and then setup an SSH alias so you don&#8217;t have to type the entire connection string [...]</description>
		<content:encoded><![CDATA[<p>[...] you may want to set a manual DHCP IP address so that it doesn&#8217;t change on you, and then setup an SSH alias so you don&#8217;t have to type the entire connection string [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-190267</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 12 Apr 2011 21:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-190267</guid>
		<description>Using ~/.ssh/config to do this is highly recommended instead of aliasing.
In ~/.ssh/config file

Host myhost
    Hostname server.domain.com
    User user
    Port 888

then you may just type &quot;ssh myhost&quot; and will have exactly same effect, except that it&#039;s done in the RIGHT way.</description>
		<content:encoded><![CDATA[<p>Using ~/.ssh/config to do this is highly recommended instead of aliasing.<br />
In ~/.ssh/config file</p>
<p>Host myhost<br />
    Hostname server.domain.com<br />
    User user<br />
    Port 888</p>
<p>then you may just type &#8220;ssh myhost&#8221; and will have exactly same effect, except that it&#8217;s done in the RIGHT way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connect to a Wireless Network from the Command Line</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-190233</link>
		<dc:creator>Connect to a Wireless Network from the Command Line</dc:creator>
		<pubDate>Tue, 12 Apr 2011 16:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-190233</guid>
		<description>[...] could combine this tip with using aliases to create shortcuts and eliminate the need for the lengthy command. An example to put in your .bash_profile would [...]</description>
		<content:encoded><![CDATA[<p>[...] could combine this tip with using aliases to create shortcuts and eliminate the need for the lengthy command. An example to put in your .bash_profile would [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bink of Boldhome</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-190146</link>
		<dc:creator>Bink of Boldhome</dc:creator>
		<pubDate>Tue, 12 Apr 2011 03:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-190146</guid>
		<description>The 888 value is not a password, it specifies the port on which the SSH server is listening.  This hint only marginally better than useless since using the ~/.ssh/config file is 1) not that difficult and 2) doesn&#039;t have to be sourced upon modifying it.</description>
		<content:encoded><![CDATA[<p>The 888 value is not a password, it specifies the port on which the SSH server is listening.  This hint only marginally better than useless since using the ~/.ssh/config file is 1) not that difficult and 2) doesn&#8217;t have to be sourced upon modifying it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-190050</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 11 Apr 2011 16:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-190050</guid>
		<description>For security purposes I would recommend requiring the input of your password manually on each connection, or as Doug recommends, using an SSH key. It&#039;s generally not a good idea to have passwords openly readable in plain text.</description>
		<content:encoded><![CDATA[<p>For security purposes I would recommend requiring the input of your password manually on each connection, or as Doug recommends, using an SSH key. It&#8217;s generally not a good idea to have passwords openly readable in plain text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Jaworski</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-190044</link>
		<dc:creator>Doug Jaworski</dc:creator>
		<pubDate>Mon, 11 Apr 2011 15:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-190044</guid>
		<description>You are probably best of using ssh keys. utilizing the key method will eliminate the need for a password.</description>
		<content:encoded><![CDATA[<p>You are probably best of using ssh keys. utilizing the key method will eliminate the need for a password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Kumar</title>
		<link>http://osxdaily.com/2011/04/11/use-aliases-to-create-ssh-shortcuts/#comment-190035</link>
		<dc:creator>Vijay Kumar</dc:creator>
		<pubDate>Mon, 11 Apr 2011 14:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14614#comment-190035</guid>
		<description>Thanks for the hint. However if your password is more complex than 888, it does not work. Do I need to escape that? For example password is &quot;Ab$234.&quot; what should be the alias command line?</description>
		<content:encoded><![CDATA[<p>Thanks for the hint. However if your password is more complex than 888, it does not work. Do I need to escape that? For example password is &#8220;Ab$234.&#8221; what should be the alias command line?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.004 seconds using disk: basic
Object Caching 310/311 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-06-19 23:22:49 -->