<?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: Setting up a secure remote X session with gdm</title>
	<atom:link href="http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/feed/" rel="self" type="application/rss+xml" />
	<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/</link>
	<description>W3C has the DOM, and the Dom ; pick the one you prefer.</description>
	<lastBuildDate>Mon, 16 Nov 2009 09:27:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dasher</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-68736</link>
		<dc:creator>dasher</dc:creator>
		<pubDate>Fri, 12 Jun 2009 10:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-68736</guid>
		<description>Some handy tips :)  

If you want to have a remote connection without it taking over your existing desktop - &quot;x-session-manager&quot; in ssh-session with &quot;/usr/bin/gdmflexiserver --xnest&quot; and you&#039;ll have a window that contains the desktop of the remote machine.</description>
		<content:encoded><![CDATA[<p>Some handy tips :)  </p>
<p>If you want to have a remote connection without it taking over your existing desktop &#8211; &#8220;x-session-manager&#8221; in ssh-session with &#8220;/usr/bin/gdmflexiserver &#8211;xnest&#8221; and you&#8217;ll have a window that contains the desktop of the remote machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javor</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-67584</link>
		<dc:creator>Javor</dc:creator>
		<pubDate>Wed, 21 Jan 2009 18:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-67584</guid>
		<description>I&#039;m trying to do that in order to access my desktop from internet. But this includes traversing a firewall.

Has anyone tried that? 
And has anyone experience on how fast is it running X over internet?

When I have managed how to do it I will publish it here :)

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to do that in order to access my desktop from internet. But this includes traversing a firewall.</p>
<p>Has anyone tried that?<br />
And has anyone experience on how fast is it running X over internet?</p>
<p>When I have managed how to do it I will publish it here :)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doez</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-64835</link>
		<dc:creator>doez</dc:creator>
		<pubDate>Mon, 15 Sep 2008 05:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-64835</guid>
		<description>thank&#039;s</description>
		<content:encoded><![CDATA[<p>thank&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Curtis</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-62785</link>
		<dc:creator>John Curtis</dc:creator>
		<pubDate>Thu, 07 Feb 2008 22:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-62785</guid>
		<description>Sorry, ignore fedora 8. I used Fedora 7.</description>
		<content:encoded><![CDATA[<p>Sorry, ignore fedora 8. I used Fedora 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Curtis</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-62784</link>
		<dc:creator>John Curtis</dc:creator>
		<pubDate>Thu, 07 Feb 2008 22:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-62784</guid>
		<description>A success for my Fedora 8, Gnome. I tried KDE too, which used ksmserver.

I don&#039;t explicitly use ssh-askpass in my script, but fedora 8 somehow gives me the dialog for ssh passphrase out of the ssh command! Strange, but works. Maybe this is the magic of the -n option ? I am going back to my studying of MCSE, which is the whole reason I am looking at these issues. By the way, I learned how to setup ssh public key authentication.

My 2 files follow,

[john@demo1 ~]$ cat /etc/X11/gdm/Sessions/gdm-ssh-session 
#!/bin/bash
TARGETHOST=`zenity --title &quot;Host to connect to&quot; --entry --text &quot;Enter the name of the host you want to log in to&quot;`
/usr/bin/ssh -A -X -T -n &quot;$TARGETHOST&quot; /usr/bin/gnome-session
[john@demo1 ~]$ cat /usr/share/xsessions/gdm-ssh.desktop 
[Desktop Entry]
Encoding=UTF-8
Name=GDM-SSH
Comment=This session logs you into GDM-SSH
Exec=/etc/X11/gdm/Sessions/gdm-ssh-session
TryExec=gnome-session
Icon=
Type=Application
[john@demo1 ~]$</description>
		<content:encoded><![CDATA[<p>A success for my Fedora 8, Gnome. I tried KDE too, which used ksmserver.</p>
<p>I don&#8217;t explicitly use ssh-askpass in my script, but fedora 8 somehow gives me the dialog for ssh passphrase out of the ssh command! Strange, but works. Maybe this is the magic of the -n option ? I am going back to my studying of MCSE, which is the whole reason I am looking at these issues. By the way, I learned how to setup ssh public key authentication.</p>
<p>My 2 files follow,</p>
<p>[john@demo1 ~]$ cat /etc/X11/gdm/Sessions/gdm-ssh-session<br />
#!/bin/bash<br />
TARGETHOST=`zenity &#8211;title &#8220;Host to connect to&#8221; &#8211;entry &#8211;text &#8220;Enter the name of the host you want to log in to&#8221;`<br />
/usr/bin/ssh -A -X -T -n &#8220;$TARGETHOST&#8221; /usr/bin/gnome-session<br />
[john@demo1 ~]$ cat /usr/share/xsessions/gdm-ssh.desktop<br />
[Desktop Entry]<br />
Encoding=UTF-8<br />
Name=GDM-SSH<br />
Comment=This session logs you into GDM-SSH<br />
Exec=/etc/X11/gdm/Sessions/gdm-ssh-session<br />
TryExec=gnome-session<br />
Icon=<br />
Type=Application<br />
[john@demo1 ~]$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-58889</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 02 Nov 2007 20:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-58889</guid>
		<description>How does this work on Mac OS X 10.5 &quot;Leopard&quot;.. ? 10.4 this worked excellent, but it seems apple has broken the fullscreen X support :(</description>
		<content:encoded><![CDATA[<p>How does this work on Mac OS X 10.5 &#8220;Leopard&#8221;.. ? 10.4 this worked excellent, but it seems apple has broken the fullscreen X support :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wahoo</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-56065</link>
		<dc:creator>Wahoo</dc:creator>
		<pubDate>Sat, 06 Oct 2007 10:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-56065</guid>
		<description>Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>Thank you for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ponza</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-53657</link>
		<dc:creator>James Ponza</dc:creator>
		<pubDate>Fri, 14 Sep 2007 10:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-53657</guid>
		<description>Oh and if you had problems finding your sessions directory then you might also like to know that your ssh-askpass is located in:

/usr/libexec/openssh/ssh-askpass

in RHEL4 :)


This is such a useful page and such a simple technique that maybe we should cook up one script each for the default RHEL4/5, debian and ubuntu... then everyone can share the love ;)</description>
		<content:encoded><![CDATA[<p>Oh and if you had problems finding your sessions directory then you might also like to know that your ssh-askpass is located in:</p>
<p>/usr/libexec/openssh/ssh-askpass</p>
<p>in RHEL4 :)</p>
<p>This is such a useful page and such a simple technique that maybe we should cook up one script each for the default RHEL4/5, debian and ubuntu&#8230; then everyone can share the love ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-53656</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 14 Sep 2007 10:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-53656</guid>
		<description>And for Red Hat Enterprise Linux AS release 4 you&#039;d create:
/usr/share/xsessions/ssh-session
and
/etc/X11/gdm/Sessions/ssh-session

I just tried this - I can&#039;t believe it - it&#039;s so amazing, just like sitting in front of the computer!! (I&#039;m on a gigabit network, but still - I&#039;ve always found VNC to totally get in the way of it feeling like you&#039;re really on the computer - but this is amazing - so I&#039;ve just set it up as a session on our SunRay2 Server - now I can use my desktop that&#039;s in a completely different room from the tiny noiseless SunRay thin client :)</description>
		<content:encoded><![CDATA[<p>And for Red Hat Enterprise Linux AS release 4 you&#8217;d create:<br />
/usr/share/xsessions/ssh-session<br />
and<br />
/etc/X11/gdm/Sessions/ssh-session</p>
<p>I just tried this &#8211; I can&#8217;t believe it &#8211; it&#8217;s so amazing, just like sitting in front of the computer!! (I&#8217;m on a gigabit network, but still &#8211; I&#8217;ve always found VNC to totally get in the way of it feeling like you&#8217;re really on the computer &#8211; but this is amazing &#8211; so I&#8217;ve just set it up as a session on our SunRay2 Server &#8211; now I can use my desktop that&#8217;s in a completely different room from the tiny noiseless SunRay thin client :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ponza</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-53655</link>
		<dc:creator>James Ponza</dc:creator>
		<pubDate>Fri, 14 Sep 2007 09:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-53655</guid>
		<description>In Ubuntu (I&#039;m using 7.04), we put ssh.desktop in the following location:
/usr/share/xsessions

thanks for the howto!</description>
		<content:encoded><![CDATA[<p>In Ubuntu (I&#8217;m using 7.04), we put ssh.desktop in the following location:<br />
/usr/share/xsessions</p>
<p>thanks for the howto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagdish</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-42479</link>
		<dc:creator>Jagdish</dc:creator>
		<pubDate>Fri, 20 Apr 2007 06:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-42479</guid>
		<description>I am using RHEL 4. in which the path /etc/dm/Sessions does not exist.  I don&#039;t have any idea abt. the debian.  So kindly help me how can i do this.</description>
		<content:encoded><![CDATA[<p>I am using RHEL 4. in which the path /etc/dm/Sessions does not exist.  I don&#8217;t have any idea abt. the debian.  So kindly help me how can i do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Sniady</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-21835</link>
		<dc:creator>Piotr Sniady</dc:creator>
		<pubDate>Fri, 10 Nov 2006 07:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-21835</guid>
		<description>Three small remarks: 

1. Don&#039;t forget to make the file /usr/local/bin/ssh-session executable ( chmod a+x /usr/local/bin/ssh-session )

2. Maybe it is a typo: in my distribution (Ubuntu) &quot;/etc/alternative/ssh-askpass&quot; should be replaced by &quot;/etc/alternatives/ssh-askpass&quot;

3. Great help, congratulations. Do you know how to make the same work for a remote KDE session?</description>
		<content:encoded><![CDATA[<p>Three small remarks: </p>
<p>1. Don&#8217;t forget to make the file /usr/local/bin/ssh-session executable ( chmod a+x /usr/local/bin/ssh-session )</p>
<p>2. Maybe it is a typo: in my distribution (Ubuntu) &#8220;/etc/alternative/ssh-askpass&#8221; should be replaced by &#8220;/etc/alternatives/ssh-askpass&#8221;</p>
<p>3. Great help, congratulations. Do you know how to make the same work for a remote KDE session?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dom</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-4153</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Tue, 22 Nov 2005 18:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-4153</guid>
		<description>I&#039;ve added a bug to mention this to GDM Bugzilla:
http://bugzilla.gnome.org/show_bug.cgi?id=322155

If they get interested, good; in the worse case, it may help other people finding this solution...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added a bug to mention this to GDM Bugzilla:<br />
<a href="http://bugzilla.gnome.org/show_bug.cgi?id=322155" rel="nofollow">http://bugzilla.gnome.org/show_bug.cgi?id=322155</a></p>
<p>If they get interested, good; in the worse case, it may help other people finding this solution&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danigo Ludovic</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-up-a-secure-remote-x-session-with-gdm/comment-page-1/#comment-4079</link>
		<dc:creator>Danigo Ludovic</dc:creator>
		<pubDate>Fri, 04 Nov 2005 17:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=85#comment-4079</guid>
		<description>Nice solution. Migth even be worth proposing for inclusion in gdm with some polish.
Go ahead ! ;)</description>
		<content:encoded><![CDATA[<p>Nice solution. Migth even be worth proposing for inclusion in gdm with some polish.<br />
Go ahead ! ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
