<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Accelerare_le_connessioni_ssh_con_Controlmaster</id>
	<title>Accelerare le connessioni ssh con Controlmaster - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Accelerare_le_connessioni_ssh_con_Controlmaster"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Accelerare_le_connessioni_ssh_con_Controlmaster&amp;action=history"/>
	<updated>2026-05-05T18:32:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Accelerare_le_connessioni_ssh_con_Controlmaster&amp;diff=4685&amp;oldid=prev</id>
		<title>Gabriele.vivinetto at 19:06, 10 June 2006</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Accelerare_le_connessioni_ssh_con_Controlmaster&amp;diff=4685&amp;oldid=prev"/>
		<updated>2006-06-10T19:06:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Se si usa ssh versione 4 o superiore, si può velocizzare la filename completition o la connessione riutilinado le connessioni già utilizzate.&lt;br /&gt;
&lt;br /&gt;
I set up the ControlMaster feature by adding the following lines to my ~/.ssh/config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vi ~/.ssh/config&lt;br /&gt;
Host *&lt;br /&gt;
ControlMaster auto&lt;br /&gt;
ControlPath ~/.ssh/master-%r@%h:%p&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that the ControlPath expansion of the remote name (%r), host (%h), and path (%p) only works with OpenSSH 4.2 or newer.&lt;br /&gt;
&lt;br /&gt;
To set up the master connection, run &lt;br /&gt;
 ssh -M -S ~/.ssh/remote-host user@remotehost&lt;br /&gt;
&lt;br /&gt;
Then, run &lt;br /&gt;
ssh -S ~/.ssh/remote-host user@remotehost &lt;br /&gt;
&lt;br /&gt;
for subsequent connections to the same host.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Vedi [http://www.linux.com/article.pl?sid=06/05/19/145227 Linux.com | Accelerating OpenSSH connections with ControlMaster:]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>