<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu For Free &#187; SSH</title>
	<atom:link href="http://www.forwardyouth.com/ubuntu/category/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forwardyouth.com/ubuntu</link>
	<description>A blog covering the Ubuntu Linux distro for you and your wallet.</description>
	<lastBuildDate>Thu, 04 Mar 2010 01:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use Xming on Windows to view X11 forwarded apps</title>
		<link>http://www.forwardyouth.com/ubuntu/use-xming-on-windows-to-view-x11-forwarded-apps/</link>
		<comments>http://www.forwardyouth.com/ubuntu/use-xming-on-windows-to-view-x11-forwarded-apps/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 00:51:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[Quanta+]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[XMing]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=119</guid>
		<description><![CDATA[Recently, I have had a need to use Windows more frequently (Windows-only games and ActiveSync!), but still have a high demand on my network at the same time. I have sought to be able to combine the best of both worlds. I previously relied heavily on Web-based applications, but my favorite Web Development IDE was [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I have had a need to use Windows more frequently (Windows-only games and ActiveSync!), but still have a high demand on my network at the same time. I have sought to be able to combine the best of both worlds. I previously relied heavily on Web-based applications, but my favorite Web Development IDE was developed for Linux only. I had put up enough with the banalities of using WebMin and it&#8217;s built-in file editor. I have read about others having success running KDE apps on Windows, but since I had my Quanta already setup and configured, I looked for a way of just being able to access that. Honestly, I&#8217;m not very excited about using VNC over WiFi, even with high compression.</p>
<p>To my surprise, I found that Xming was specifically suited to my needs. It acts as an X11 server, allowing me to use it to display my X11 applications that I have forwarded through SSH. It works perfectly.</p>
<p>It took a little time for setting up, but if you have got PuTTY installed and working, sixty percent of the work is already done.</p>
<p>Below is a screen shot that shows my running Windows Vista desktop, programming in Quanta which is actually hosted on a server called A. This is connected through an SSH tunnel from my laptop to my C server using the Putty client. From the C server, I launch the Quanta program using another SSH connection to the A server. It looks just like the Quanta program is a native windows app on the local Windows Vista desktop. You&#8217;ll also notice I&#8217;ve got an xterm session open connected to server A in the background.</p>
<p style="text-align: center;"><a href="http://www.forwardyouth.com/ubuntu/images/xmingrunningquanta.png"><img src="http://www.forwardyouth.com/ubuntu/images/xmingrunningquanta.png" width="560" alt="X11 Forwarding XMing Putty SSH" /></a></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/use-xming-on-windows-to-view-x11-forwarded-apps/&title=Use+Xming+on+Windows+to+view+X11+forwarded+apps&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/use-xming-on-windows-to-view-x11-forwarded-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Add Programs To Your Startup In KDE</title>
		<link>http://www.forwardyouth.com/ubuntu/how-to-add-programs-to-your-startup-in-kde/</link>
		<comments>http://www.forwardyouth.com/ubuntu/how-to-add-programs-to-your-startup-in-kde/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 00:22:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Autostart]]></category>
		<category><![CDATA[KDE4]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=109</guid>
		<description><![CDATA[I discovered the best way for me to mount my ssh shares via sshfs automatically when I log in. I add shares and folders from time to time, and I also wanted this technology to automatically be backed up for me, so I wanted the solution to lie inside my home folder. I did some [...]]]></description>
			<content:encoded><![CDATA[<p>I discovered the best way for me to mount my ssh shares via sshfs automatically when I log in. I add shares and folders from time to time, and I also wanted this technology to automatically be backed up for me, so I wanted the solution to lie inside my home folder. I did some research and learned that KDE has an Autostart folder. For KDE 3.x this is currently at ~/.kde/Autostart, and for KDE4 it is ~/.kde4 (which will eventually drop the 4). I&#8217;m already hosting my scripts in ~/bin, so I created a script in that folder to execute sshfs and create the mounts. I then created a link by right-dragging the icon in Konqueror from the ~/bin/ folder to ~/.kde/Autostart. This will work for any executable or script. Now my sshfs mounts automatically at login.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/how-to-add-programs-to-your-startup-in-kde/&title=How+To+Add+Programs+To+Your+Startup+In+KDE&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/how-to-add-programs-to-your-startup-in-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with kdesu via SSH after Hardy Heron Upgrade</title>
		<link>http://www.forwardyouth.com/ubuntu/problems-with-kdesu-via-ssh-after-hardy-heron-upgrade/</link>
		<comments>http://www.forwardyouth.com/ubuntu/problems-with-kdesu-via-ssh-after-hardy-heron-upgrade/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 02:48:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[gksu]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[kdesu]]></category>
		<category><![CDATA[kdesudo]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=108</guid>
		<description><![CDATA[I started encountering an error when using kdesu via SSH after Hardy Heron was installed. I&#8217;ve since upgraded to 8.04.1 as well and still am running into this bug.
X11 connection rejected because of wrong authentication.
kate: cannot connect to X server localhost:10.0

I know I&#8217;m not the only Kubuntu user, and there is proof I am not [...]]]></description>
			<content:encoded><![CDATA[<p>I started encountering an error when using kdesu via SSH after Hardy Heron was installed. I&#8217;ve since upgraded to 8.04.1 as well and still am running into <a href="https://bugs.launchpad.net/ubuntu/+source/kdesudo/+bug/208461">this bug</a>.</p>
<p><code>X11 connection rejected because of wrong authentication.<br />
kate: cannot connect to X server localhost:10.0<br />
</code></p>
<p>I know I&#8217;m not the only Kubuntu user, and there is proof I am not the only user encountering this error. I&#8217;ve been getting around it by using gksu which has no problems with my authentication. I suppose I could just alias kdesu and kdesudo (i tried it with no luck too!) to gksu, but I&#8217;d like to see an update fix this in the upcoming months. The nice fade effect of gksu is a welcome change sometimes.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/problems-with-kdesu-via-ssh-after-hardy-heron-upgrade/&title=Problems+with+kdesu+via+SSH+after+Hardy+Heron+Upgrade&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/problems-with-kdesu-via-ssh-after-hardy-heron-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Denied Even Though The Keys Are Authorized</title>
		<link>http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/</link>
		<comments>http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 13:23:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSH]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=107</guid>
		<description><![CDATA[I recently had to reinstall one of my servers. It was a pain. I didn&#8217;t have the partitions correct, so I lost my web install, and I hate how Ubuntu does not let us put /etc on a separate partition because of init. I struggled for a while with being forced to enter a password [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to reinstall one of my servers. It was a pain. I didn&#8217;t have the partitions correct, so I lost my web install, and I hate how Ubuntu does not let us put /etc on a separate partition because of init. I struggled for a while with being forced to enter a password when using ssh connections to the re-installed. The output of <strong>ssh -vvv </strong><strong>user@host</strong> indicated the keys were found and authorized, so I was stumped. I asked the <a href="http://www.ntlug.org">North Texas Linux Users Group</a> for some assistance and the first reply pointed me in the right direction. It turns out it was caused by incorrect permissions on my ssh files. To resolve, I used</p>
<p><code>cd ~<br />
chmod go-w .ssh .ssh/authorized_key*</code></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/&title=SSH+Denied+Even+Though+The+Keys+Are+Authorized&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The OpenSSL Vulnerability</title>
		<link>http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/</link>
		<comments>http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/#comments</comments>
		<pubDate>Tue, 20 May 2008 14:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[security advisor]]></category>
		<category><![CDATA[security alert]]></category>
		<category><![CDATA[ssh-copy-id]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=105</guid>
		<description><![CDATA[I recently established my network to use SSH connections. My three Ubuntu systems I discovered were using weak keys that had been generated using the flawed packages. If you haven&#8217;t been paying attention, Canonical issued USN-612-1 on 5/13/2008. If you&#8217;re using keys that have been generated since September 2006, it&#8217;s likely that you need to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently established my network to use SSH connections. My three Ubuntu systems I discovered were using weak keys that had been generated using the flawed packages. If you haven&#8217;t been paying attention, Canonical issued <a title="CVE-2008-0166" href="http://www.ubuntu.com/usn/usn-612-1">USN-612-1</a> on 5/13/2008. If you&#8217;re using keys that have been generated since September 2006, it&#8217;s likely that you need to regenerate all keys. If you have any doubts, I encourage you to regenerate all keys. It will affect any key used that was generated on a compromised system. The biggest trouble for me was getting OpenSSL and OpenSSH-server packages to update. I used the ssh-copy-id command to make it the process easy for me.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/&title=The+OpenSSL+Vulnerability&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Browsing SCP and SSH</title>
		<link>http://www.forwardyouth.com/ubuntu/browsing-scp-and-ssh/</link>
		<comments>http://www.forwardyouth.com/ubuntu/browsing-scp-and-ssh/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 07:15:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Konqueror]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/browsing-scp-and-ssh/</guid>
		<description><![CDATA[Now that I&#8217;ve gotten my SSH server installed and working properly, I&#8217;ve found a need for some tools to work with that secure shell. KDE again comes to my rescue, and allows me to browse my remote secure shell connection right from inside of Konqueror. This makes it a breeze to copy and paste documents [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I&#8217;ve gotten my SSH server installed and working properly, I&#8217;ve found a need for some tools to work with that secure shell. KDE again comes to my rescue, and allows me to browse my remote secure shell connection right from inside of Konqueror. This makes it a breeze to copy and paste documents and folders between remote systems on my network. For this to work, the KIOSlave handler for the &#8220;fish&#8221; protocol is called upon. You can browse these remote systems by using this format for the Location box:</p>
<p><code><br />
fish://user@remotesystem<br />
</code></p>
<p>This really cuts down on the time of using the command line to work with large groups of files. You can also use the same format within Qt applications&#8217; dialog boxes, making it easy to work with files directly from inside of applications.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/browsing-scp-and-ssh/&title=Browsing+SCP+and+SSH&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/browsing-scp-and-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
