<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikis.ch.cam.ac.uk/thom/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cen1001</id>
	<title>Thom Group Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikis.ch.cam.ac.uk/thom/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cen1001"/>
	<link rel="alternate" type="text/html" href="https://wikis.ch.cam.ac.uk/thom/wiki/index.php/Special:Contributions/Cen1001"/>
	<updated>2026-06-10T10:49:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wikis.ch.cam.ac.uk/thom/wiki/index.php?title=Ssh_session_with_X-forwarding&amp;diff=1326</id>
		<title>Ssh session with X-forwarding</title>
		<link rel="alternate" type="text/html" href="https://wikis.ch.cam.ac.uk/thom/wiki/index.php?title=Ssh_session_with_X-forwarding&amp;diff=1326"/>
		<updated>2025-04-08T13:03:00Z</updated>

		<summary type="html">&lt;p&gt;Cen1001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Config files==&lt;br /&gt;
&lt;br /&gt;
In order to set up a quick link to an ssh session through citadel/barbican with X-forwarding the following code has to be added to a &amp;lt;/code&amp;gt;~/.ssh/config&amp;lt;/code&amp;gt; file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
ForwardX11 yes&lt;br /&gt;
ForwardX11Trusted yes&lt;br /&gt;
&lt;br /&gt;
Host $machine&lt;br /&gt;
User $crsid&lt;br /&gt;
Hostname $machine.ch.private.cam.ac.uk&lt;br /&gt;
ProxyCommand ssh -Y $crsid@citadel.ch.cam.ac.uk -W $machine.ch.private.cam.ac.uk:22&lt;br /&gt;
&lt;br /&gt;
Host citadel&lt;br /&gt;
User $crsid&lt;br /&gt;
Hostname citadel.ch.cam.ac.uk&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;/code&amp;gt;$machine&amp;lt;/code&amp;gt; is the local host you would like to connect to (cerebro/sandstone/hylas ...)&lt;/div&gt;</summary>
		<author><name>Cen1001</name></author>
	</entry>
</feed>