<?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>Jimiz.net - Jim Becher on the web &#187; ssh</title>
	<atom:link href="http://jimiz.net/blog/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimiz.net/blog</link>
	<description>Untangling the Web</description>
	<lastBuildDate>Mon, 06 Feb 2012 04:50:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AjaxTerm ubuntu (install)</title>
		<link>http://jimiz.net/blog/2010/03/ajaxterm-ubuntu-install/</link>
		<comments>http://jimiz.net/blog/2010/03/ajaxterm-ubuntu-install/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:01:12 +0000</pubDate>
		<dc:creator>jimiz</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://jimiz.net/blog/?p=552</guid>
		<description><![CDATA[Number of View: 948I use SSH a lot. I use it for secure surfing at coffee shops (SSH secure browsing) This keeps people from watching / sniffing what I am doing on public wifi. I also use it to keep in contact with people (IRC) and access to files at home. In some locations I [...]]]></description>
			<content:encoded><![CDATA[Number of View: 948<br/><p>I use SSH a lot.  I use it for secure surfing at coffee shops (<a href="http://jimiz.net/blog/2009/02/ssh-secure-browsing-remote-proxy-vpn/">SSH secure browsing</a>) This keeps people from watching / sniffing what I am doing on public wifi.   I also use it to keep in contact with people (IRC) and access to files at home.</p>
<p>In some locations I am unable to get an SSH (port 22) connection out of a firewall.   In these instances, I use <a href="http://antony.lesuisse.org/software/ajaxterm/">ajaxterm </a>.  It is a web based terminal window.  </p>
<p>I recently updated my linux box and had to re-install this wonderful tool.  I followed the quick install (sudo apt-get install ajaxterm).   After the quick install the app worked but did not run as I liked it.  I wanted to run this under https.<br />
I followed the guided install at <a href="https://help.ubuntu.com/community/AjaxTerm">https://help.ubuntu.com/community/AjaxTerm</a>.</p>
<p>However I will add these instructions to complete the install.  If you have not used ssl on your machine and follow the instructions above you may get &#8220;Invalid command &#8216;SSLEngine&#8217;, perhaps misspelled or defined by a module not included in the server &#8220;.</p>
<p>This is due to not having run &#8220;sudo a2enmod ssl&#8221; which adds the ssl module to apache.<br />
I then ran into : &#8220;SSLCertificateFile: file &#8216;/etc/apache2/ssl/apache.pem&#8217; does not exist&#8221;<br />
To correct this issue I had to generate the default certificate for the machine.</p>
<p>Code:<br />
sudo apt-get install ssl-cert<br />
sudo mkdir /etc/apache2/ssl<br />
sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem</p>
<p>After these simple steps, I am up and running on Ajaxterm over ssl.  So I can quickly connect to my home machine from any web browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimiz.net/blog/2010/03/ajaxterm-ubuntu-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH &#8211; Secure browsing &#124; remote proxy &#124; VPN</title>
		<link>http://jimiz.net/blog/2009/02/ssh-secure-browsing-remote-proxy-vpn/</link>
		<comments>http://jimiz.net/blog/2009/02/ssh-secure-browsing-remote-proxy-vpn/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:24:03 +0000</pubDate>
		<dc:creator>jimiz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[secure proxy]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://jimiz.net/blog/?p=386</guid>
		<description><![CDATA[Number of View: 1590I love SSH I&#8217;m not sure if there is a better tool out there. It can be used so many ways. I have often been at client locations and been unable to access servers or sites I need to support or do work on. Corporations often block sites that I support and [...]]]></description>
			<content:encoded><![CDATA[Number of View: 1590<br/><p>I love SSH I&#8217;m not sure if there is a better tool out there.  It can be used so many ways.  I have often been at client locations and been unable to access servers or sites I need to support or do work on.  Corporations often block sites that I support and need access to so use my home SSH server to be a proxy to connect. I use this same technique when I am in a coffee shop or unsecured wireless and want to browse securely. To use SSH as a proxy you just need to turn on Tunnels.</p>
<p>You can do this through the command line<br />
<code>$ssh -D 1234 yourusername@yoursshserver.com</code><br />
or through <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PUTTY </a><br />
In putty you just need to open up the tunnels area under ssh and add the PORT you want to use (example: 1234) and then select the Dynamic Destination (AKA the internet)<br />
<img src="http://content.screencast.com/users/jimiz123/folders/Jing/media/204be8a2-dcdb-4b8a-bcc2-5990cf6b243f/puttyforward.png" alt="Putty" /></p>
<p>To use the tunnel (SOCKS) you just need to change your internet connection settings in your browser.  Firefox: Tools | Options | Advanced | Network | connection Settings.<br />
<img src="http://content.screencast.com/users/jimiz123/folders/Jing/media/a746bb3d-acc5-4702-8cd6-5eccb93d14e6/2009-02-12_2221.png" alt="Firefox Settings" /></p>
<p>This is a great way to keep your browsing secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimiz.net/blog/2009/02/ssh-secure-browsing-remote-proxy-vpn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

