<?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: Access your Linux computer graphically and securely using SSH and VNC</title>
	<atom:link href="http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/</link>
	<description>Things you didn&#039;t know that you should know</description>
	<lastBuildDate>Sat, 20 Mar 2010 01:14:28 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roco</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-126110</link>
		<dc:creator>Roco</dc:creator>
		<pubDate>Mon, 20 Jul 2009 00:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-126110</guid>
		<description>Windoze???&lt;br&gt;BUAHHHHHHH!! ...what for?</description>
		<content:encoded><![CDATA[<p>Windoze???<br />BUAHHHHHHH!! &#8230;what for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shak</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-110396</link>
		<dc:creator>shak</dc:creator>
		<pubDate>Fri, 05 Dec 2008 17:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-110396</guid>
		<description>Johnny,

Thanks a lot! Can&#039;t be any better explanation than this. 

I&#039;ve changed the standard SSH port (22) on my server to something else, and I will need to forward that port from my Wireless router and then I should be set.</description>
		<content:encoded><![CDATA[<p>Johnny,</p>
<p>Thanks a lot! Can&#8217;t be any better explanation than this. </p>
<p>I&#8217;ve changed the standard SSH port (22) on my server to something else, and I will need to forward that port from my Wireless router and then I should be set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Chadda</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-110379</link>
		<dc:creator>Johnny Chadda</dc:creator>
		<pubDate>Fri, 05 Dec 2008 08:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-110379</guid>
		<description>&lt;a href=&quot;#comment-110368&quot; rel=&quot;nofollow&quot;&gt;@shak&lt;/a&gt; Hello,

In you example, port 22 is the port where the SSH server listens for incoming connections. This is where the SSH client will connect. Port 50000 is where the tunnel will listen for incoming connections, and these connections will then be forwarded to the host localhost on port 5900 on the other side.

So there are two steps involved here:

1. The SSH connection is established, which is done from from the client to the server on port 22.

client:anyport --&gt; your.home.pc:22

2. The tunnel is established over the above connection. It has its endpoints in the client port 50000 and the remote host at localhost:5900 like this.

client:50000 =&gt; client:anyport --&gt; your.home.pc:22 =&gt; localhost:5900

The endpoint localhost:5900 could be changed to any host and port, like &lt;a href=&quot;http://www.google.com:80&quot; rel=&quot;nofollow&quot;&gt;www.google.com:80&lt;/a&gt; that the SSH server can access, so then the tunnel will terminate there instead. So if you go to localhost:50000 on your client, you will end up at &lt;a href=&quot;http://www.google.com:80&quot; rel=&quot;nofollow&quot;&gt;www.google.com&lt;/a&gt; on port 80, tunneled through your SSH connection.

Hope I didn&#039;t confuse you even more.</description>
		<content:encoded><![CDATA[<p><a href="#comment-110368" rel="nofollow">@shak</a> Hello,</p>
<p>In you example, port 22 is the port where the SSH server listens for incoming connections. This is where the SSH client will connect. Port 50000 is where the tunnel will listen for incoming connections, and these connections will then be forwarded to the host localhost on port 5900 on the other side.</p>
<p>So there are two steps involved here:</p>
<p>1. The SSH connection is established, which is done from from the client to the server on port 22.</p>
<p>client:anyport &#8211;> your.home.pc:22</p>
<p>2. The tunnel is established over the above connection. It has its endpoints in the client port 50000 and the remote host at localhost:5900 like this.</p>
<p>client:50000 => client:anyport &#8211;> your.home.pc:22 => localhost:5900</p>
<p>The endpoint localhost:5900 could be changed to any host and port, like <a href="http://www.google.com:80" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.google.com_80?referer=');">http://www.google.com:80</a> that the SSH server can access, so then the tunnel will terminate there instead. So if you go to localhost:50000 on your client, you will end up at <a href="http://www.google.com:80" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.google.com_80?referer=');">http://www.google.com</a> on port 80, tunneled through your SSH connection.</p>
<p>Hope I didn&#8217;t confuse you even more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shak</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-110368</link>
		<dc:creator>shak</dc:creator>
		<pubDate>Fri, 05 Dec 2008 05:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-110368</guid>
		<description>Hello Johnny,

Thank you for the tutorial. I found this one much more straightforward than any other on the web. But I am still a little confused about the ports. As you explained above when you tunnel thru ssh via:

$ ssh -l username -L 50000:localhost:5900 your.home.pc

you said 50000 is the port on my machine, 5900 is the port on remote machine. But I&#039;ve seen some other people use &quot;-p 22&quot; or any nonstandard port number such as &quot;-p 1023&quot;. What is this port defined by -p as in, for example:

$ ssh -l username -L 50000:localhost:5900 -p 22 your.home.pc</description>
		<content:encoded><![CDATA[<p>Hello Johnny,</p>
<p>Thank you for the tutorial. I found this one much more straightforward than any other on the web. But I am still a little confused about the ports. As you explained above when you tunnel thru ssh via:</p>
<p>$ ssh -l username -L 50000:localhost:5900 your.home.pc</p>
<p>you said 50000 is the port on my machine, 5900 is the port on remote machine. But I&#8217;ve seen some other people use &#8220;-p 22&#8243; or any nonstandard port number such as &#8220;-p 1023&#8243;. What is this port defined by -p as in, for example:</p>
<p>$ ssh -l username -L 50000:localhost:5900 -p 22 your.home.pc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robbo</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-94215</link>
		<dc:creator>robbo</dc:creator>
		<pubDate>Mon, 18 Aug 2008 21:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-94215</guid>
		<description>Thanks for the tutorial. I was able to make a connection to my home machine using the Terminal Server Client.  The only problem is that the only part of my home screen is the small area where authentication window was which is probably only about 1/20th of the whole screen. The rest is blank. Any ideas ?  Again thanks for the help Johnny.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. I was able to make a connection to my home machine using the Terminal Server Client.  The only problem is that the only part of my home screen is the small area where authentication window was which is probably only about 1/20th of the whole screen. The rest is blank. Any ideas ?  Again thanks for the help Johnny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narendra Sisodiya</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-87021</link>
		<dc:creator>Narendra Sisodiya</dc:creator>
		<pubDate>Mon, 07 Jul 2008 22:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-87021</guid>
		<description>little update,,, on
$ ssh -X user-name@ip-address
$ vncviewer localhost

we can use -via option of vncviewer

like,, 
$ vncviewer -via user-name@ip-address1 ip-address2

ip1 and ip2 can be same,,,,</description>
		<content:encoded><![CDATA[<p>little update,,, on<br />
$ ssh -X user-name@ip-address<br />
$ vncviewer localhost</p>
<p>we can use -via option of vncviewer</p>
<p>like,,<br />
$ vncviewer -via user-name@ip-address1 ip-address2</p>
<p>ip1 and ip2 can be same,,,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Access your Linux computer graphically and securely using SSH and VNC &#171; Randomness</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-47921</link>
		<dc:creator>Access your Linux computer graphically and securely using SSH and VNC &#171; Randomness</dc:creator>
		<pubDate>Thu, 08 Nov 2007 17:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-47921</guid>
		<description>[...] computer graphically and securely using SSH and&#160;VNC  8 11 2007   This was copied from the Johnny Chadda [...]</description>
		<content:encoded><![CDATA[<p>[...] computer graphically and securely using SSH and&nbsp;VNC  8 11 2007   This was copied from the Johnny Chadda [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Chadda</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-45349</link>
		<dc:creator>Johnny Chadda</dc:creator>
		<pubDate>Thu, 27 Sep 2007 07:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-45349</guid>
		<description>[quote comment=&quot;45310&quot;]I did not face any difference using vnc over port forwarding or X forwarding. both are equally slow in hostel lane.[/quote]
Interesting. Thanks for trying it out. I will try it on a fast connection when I have time.

[quote comment=&quot;45171&quot;]However, i want to copy data from that computer to my current computer in konqueror etc. When i try now it says it can&#039;t be copied. How to go about this?[/quote]
In a local Konqueror window, use the sftp or fish kio-slave. In the address bar, type sftp://user@host and you should see the remote files and you can just drag and drop them to your local machine. sftp:// works in Nautilus for Gnome as well.</description>
		<content:encoded><![CDATA[<p>[quote comment="45310"]I did not face any difference using vnc over port forwarding or X forwarding. both are equally slow in hostel lane.[/quote]<br />
Interesting. Thanks for trying it out. I will try it on a fast connection when I have time.</p>
<p>[quote comment="45171"]However, i want to copy data from that computer to my current computer in konqueror etc. When i try now it says it can&#8217;t be copied. How to go about this?[/quote]<br />
In a local Konqueror window, use the sftp or fish kio-slave. In the address bar, type sftp://user@host and you should see the remote files and you can just drag and drop them to your local machine. sftp:// works in Nautilus for Gnome as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narendra Sisodiya</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-45310</link>
		<dc:creator>Narendra Sisodiya</dc:creator>
		<pubDate>Thu, 27 Sep 2007 01:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-45310</guid>
		<description>@ johnny
I did not face any difference using vnc over port forwarding or X forwarding. both are equally slow in hostel lane.
@hildebrand victor
for copying , you need to use scp command, rather than, ssh -X, you are able to connect both pc using ssh then you can copy also, 
1 ) scp
2) use gftp software, it is the best way, write host ip , user name,  password, and select SSH2, and press enter. 
3 ) using sshfs you can mount remote directory , it will be just like having a folder in your desktop, all the access (copy paste) action will be reflected at remote.
4 ) I do not use sshfs, In fedora , do to places , and then click on connect to server.

Narendra Sisodiya : http://techfandu.googlepages.com/</description>
		<content:encoded><![CDATA[<p>@ johnny<br />
I did not face any difference using vnc over port forwarding or X forwarding. both are equally slow in hostel lane.<br />
@hildebrand victor<br />
for copying , you need to use scp command, rather than, ssh -X, you are able to connect both pc using ssh then you can copy also,<br />
1 ) scp<br />
2) use gftp software, it is the best way, write host ip , user name,  password, and select SSH2, and press enter.<br />
3 ) using sshfs you can mount remote directory , it will be just like having a folder in your desktop, all the access (copy paste) action will be reflected at remote.<br />
4 ) I do not use sshfs, In fedora , do to places , and then click on connect to server.</p>
<p>Narendra Sisodiya : <a href="http://techfandu.googlepages.com/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/techfandu.googlepages.com/?referer=');">http://techfandu.googlepages.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hildebrand victor</title>
		<link>http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-45171</link>
		<dc:creator>hildebrand victor</dc:creator>
		<pubDate>Tue, 25 Sep 2007 09:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2006/10/24/access-your-linux-computer-graphically-and-securely-using-ssh-and-vnc/#comment-45171</guid>
		<description>Hi Johnny
I was able to connect to my remote computer using the ssh -X username@ipaddress and was able to access it. However it did not allow vnc to connect to it. (Probably some setting on that system is required). I don&#039;t mind it though coz i can still see all my data. However, i want to copy data from that computer to my current computer in konqueror etc. When i try now it says it can&#039;t be copied. How to go about this?
Awaiting an early reply.
Regards
hildebrand victor</description>
		<content:encoded><![CDATA[<p>Hi Johnny<br />
I was able to connect to my remote computer using the ssh -X username@ipaddress and was able to access it. However it did not allow vnc to connect to it. (Probably some setting on that system is required). I don&#8217;t mind it though coz i can still see all my data. However, i want to copy data from that computer to my current computer in konqueror etc. When i try now it says it can&#8217;t be copied. How to go about this?<br />
Awaiting an early reply.<br />
Regards<br />
hildebrand victor</p>
]]></content:encoded>
	</item>
</channel>
</rss>
