<?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: Setup an SSH Config File</title>
	<atom:link href="http://osxdaily.com/2011/04/05/setup-ssh-config-fie/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2011/04/05/setup-ssh-config-fie/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Thu, 23 May 2013 23:13:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: g</title>
		<link>http://osxdaily.com/2011/04/05/setup-ssh-config-fie/#comment-435031</link>
		<dc:creator>g</dc:creator>
		<pubDate>Sun, 07 Oct 2012 19:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14576#comment-435031</guid>
		<description>That wouldn&#039;t work e.g. with git on a non-standard port while tunneling over ssh.</description>
		<content:encoded><![CDATA[<p>That wouldn&#8217;t work e.g. with git on a non-standard port while tunneling over ssh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://osxdaily.com/2011/04/05/setup-ssh-config-fie/#comment-395157</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 05 Jun 2012 12:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14576#comment-395157</guid>
		<description>This isn&#039;t working for me. When I type ssh shortcutname I get 

ssh: Could not resolve hostname shortcutname: nodename nor servname provided, or not known

I followed the instructions and nano reported that it had wrote four lines. Any ideas? Many thanks.</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t working for me. When I type ssh shortcutname I get </p>
<p>ssh: Could not resolve hostname shortcutname: nodename nor servname provided, or not known</p>
<p>I followed the instructions and nano reported that it had wrote four lines. Any ideas? Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Use Aliases to Create SSH Shortcuts</title>
		<link>http://osxdaily.com/2011/04/05/setup-ssh-config-fie/#comment-190026</link>
		<dc:creator>Use Aliases to Create SSH Shortcuts</dc:creator>
		<pubDate>Mon, 11 Apr 2011 12:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14576#comment-190026</guid>
		<description>[...] Line - April 11th, 2011 - No Comments   More fun with SSH! We showed you how to setup SSH config files and use tab completion for SSH aliases, but setting up bash aliases is even easier if you are [...]</description>
		<content:encoded><![CDATA[<p>[...] Line &#8211; April 11th, 2011 &#8211; No Comments   More fun with SSH! We showed you how to setup SSH config files and use tab completion for SSH aliases, but setting up bash aliases is even easier if you are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://osxdaily.com/2011/04/05/setup-ssh-config-fie/#comment-189064</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 07 Apr 2011 13:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14576#comment-189064</guid>
		<description>Or use LocalForward to forward a port on localhost to a machine on the remote network, for example RDP to a *cough*dos host:

        LocalForward 3389 192.168.1.24:3389

rdesktop localhost:3389 will log you in to the *hatsjoe*dos machine on the remote LAN.

Sorry about the cold, folks.</description>
		<content:encoded><![CDATA[<p>Or use LocalForward to forward a port on localhost to a machine on the remote network, for example RDP to a *cough*dos host:</p>
<p>        LocalForward 3389 192.168.1.24:3389</p>
<p>rdesktop localhost:3389 will log you in to the *hatsjoe*dos machine on the remote LAN.</p>
<p>Sorry about the cold, folks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://osxdaily.com/2011/04/05/setup-ssh-config-fie/#comment-189063</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 07 Apr 2011 13:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14576#comment-189063</guid>
		<description>If you login to host after host after host to get where you want you might want to add

        EscapeChar !

or even

        EscapeChar none

to avoid getting logged out of the first connection when really wanting to stop &#039;cu&#039; or &#039;tip&#039; or &#039;ssh&#039; on the remote machine.</description>
		<content:encoded><![CDATA[<p>If you login to host after host after host to get where you want you might want to add</p>
<p>        EscapeChar !</p>
<p>or even</p>
<p>        EscapeChar none</p>
<p>to avoid getting logged out of the first connection when really wanting to stop &#8216;cu&#8217; or &#8216;tip&#8217; or &#8216;ssh&#8217; on the remote machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enable Tab Completion for SSH Aliases</title>
		<link>http://osxdaily.com/2011/04/05/setup-ssh-config-fie/#comment-188816</link>
		<dc:creator>Enable Tab Completion for SSH Aliases</dc:creator>
		<pubDate>Wed, 06 Apr 2011 11:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14576#comment-188816</guid>
		<description>[...] Line - April 6th, 2011 - No Comments   Yesterday we showed you how to setup a basic SSH Config file, and here&#8217;s how to make that even more useful: enable tab completion for those SSH [...]</description>
		<content:encoded><![CDATA[<p>[...] Line &#8211; April 6th, 2011 &#8211; No Comments   Yesterday we showed you how to setup a basic SSH Config file, and here&#8217;s how to make that even more useful: enable tab completion for those SSH [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diavolo</title>
		<link>http://osxdaily.com/2011/04/05/setup-ssh-config-fie/#comment-188649</link>
		<dc:creator>diavolo</dc:creator>
		<pubDate>Tue, 05 Apr 2011 17:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14576#comment-188649</guid>
		<description>why not simply use an alias?

I regularly type &quot;box&quot; which is an alias to &quot;ssh myuser@ip&quot; 

A port can be added with :port# at the end... this alias survives all reboots.

I guess it is another way to do it...</description>
		<content:encoded><![CDATA[<p>why not simply use an alias?</p>
<p>I regularly type &#8220;box&#8221; which is an alias to &#8220;ssh myuser@ip&#8221; </p>
<p>A port can be added with :port# at the end&#8230; this alias survives all reboots.</p>
<p>I guess it is another way to do it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://osxdaily.com/2011/04/05/setup-ssh-config-fie/#comment-188568</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 05 Apr 2011 11:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=14576#comment-188568</guid>
		<description>Host 10.1.10.*
     StrictHostKeyChecking no
     UserKnownHostsFile=/dev/null

quite handy for when you use ssh in a lab with servers that often change (dev/test)</description>
		<content:encoded><![CDATA[<p>Host 10.1.10.*<br />
     StrictHostKeyChecking no<br />
     UserKnownHostsFile=/dev/null</p>
<p>quite handy for when you use ssh in a lab with servers that often change (dev/test)</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.003 seconds using disk: basic
Object Caching 266/267 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-23 19:46:50 -->