<?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: Quick SSH Tip</title>
	<atom:link href="http://allmybrain.com/2009/02/13/quick-ssh-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com/2009/02/13/quick-ssh-tip/</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sat, 05 May 2012 12:28:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ssh tricks &#124; The Fugue</title>
		<link>http://allmybrain.com/2009/02/13/quick-ssh-tip/comment-page-1/#comment-824</link>
		<dc:creator>ssh tricks &#124; The Fugue</dc:creator>
		<pubDate>Sat, 14 Feb 2009 06:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=235#comment-824</guid>
		<description>[...] Muhlestein posted a quick ssh tip, and then a couple of really neat gems emerged in the comments. For the sake of those who [...]</description>
		<content:encoded><![CDATA[<p>[...] Muhlestein posted a quick ssh tip, and then a couple of really neat gems emerged in the comments. For the sake of those who [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yorokobi</title>
		<link>http://allmybrain.com/2009/02/13/quick-ssh-tip/comment-page-1/#comment-823</link>
		<dc:creator>Yorokobi</dc:creator>
		<pubDate>Fri, 13 Feb 2009 22:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=235#comment-823</guid>
		<description>Another excellent SSH tool: ControlPath

In your .ssh/config add

Host *
    ControlMaster auto
    ControlPath ~/.ssh/master-%r@%h:%p
------

If you ever have to SSH to the same host simultaneously, this will save loads of time. 

What it does: I SSH to machine A and do some work but I need a separate shell opened to machine A to do concurrent work so I SSH in again. With ControlPath the new session uses the current one--you log in in an instant.

Yes, GNU Screen can accomplish the same thing, but if you SSH as one user, then sudo su - , this is a great solution.

My $0.02</description>
		<content:encoded><![CDATA[<p>Another excellent SSH tool: ControlPath</p>
<p>In your .ssh/config add</p>
<p>Host *<br />
    ControlMaster auto<br />
    ControlPath ~/.ssh/master-%r@%h:%p<br />
&#8212;&#8212;</p>
<p>If you ever have to SSH to the same host simultaneously, this will save loads of time. </p>
<p>What it does: I SSH to machine A and do some work but I need a separate shell opened to machine A to do concurrent work so I SSH in again. With ControlPath the new session uses the current one&#8211;you log in in an instant.</p>
<p>Yes, GNU Screen can accomplish the same thing, but if you SSH as one user, then sudo su &#8211; , this is a great solution.</p>
<p>My $0.02</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://allmybrain.com/2009/02/13/quick-ssh-tip/comment-page-1/#comment-822</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Fri, 13 Feb 2009 22:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=235#comment-822</guid>
		<description>Both of those are great followup tips.  Thanks!</description>
		<content:encoded><![CDATA[<p>Both of those are great followup tips.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yorokobi</title>
		<link>http://allmybrain.com/2009/02/13/quick-ssh-tip/comment-page-1/#comment-821</link>
		<dc:creator>Yorokobi</dc:creator>
		<pubDate>Fri, 13 Feb 2009 22:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=235#comment-821</guid>
		<description>OpenSSH has a tool to copy your ssh key to remote hosts: ssh-copy-id(1)

No need to cat your .pub and &#124; it through SSH.</description>
		<content:encoded><![CDATA[<p>OpenSSH has a tool to copy your ssh key to remote hosts: ssh-copy-id(1)</p>
<p>No need to cat your .pub and | it through SSH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eggyknap</title>
		<link>http://allmybrain.com/2009/02/13/quick-ssh-tip/comment-page-1/#comment-820</link>
		<dc:creator>eggyknap</dc:creator>
		<pubDate>Fri, 13 Feb 2009 21:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=235#comment-820</guid>
		<description>Also useful is the ForwardAgent option in your $HOME/.ssh/config. If you ssh to machine A w/ a key, and then want to go from A to machine B (which also knows about your key), you&#039;d normally need your private key copied to machine A. But ForwardAgent, in combination with an ssh-agent on your machine, tells machine A to forward B&#039;s authentication negotiation stuff back to your local ssh-agent. In short, you can go from A to whatever other machines you want (and from those machines to still other machines) without copying your private key all over.</description>
		<content:encoded><![CDATA[<p>Also useful is the ForwardAgent option in your $HOME/.ssh/config. If you ssh to machine A w/ a key, and then want to go from A to machine B (which also knows about your key), you&#8217;d normally need your private key copied to machine A. But ForwardAgent, in combination with an ssh-agent on your machine, tells machine A to forward B&#8217;s authentication negotiation stuff back to your local ssh-agent. In short, you can go from A to whatever other machines you want (and from those machines to still other machines) without copying your private key all over.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

