<?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>JERVIS DOT WS &#187; SSH</title>
	<atom:link href="http://jervis.ws/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://jervis.ws</link>
	<description>A techie’s thoughts and opinions on anything &#38; everything that comes to mind</description>
	<lastBuildDate>Tue, 15 Feb 2011 20:49:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Firefox SSH protocol handler (Linux)</title>
		<link>http://jervis.ws/2009/01/11/firefox-ssh-protocol-handler-linux/</link>
		<comments>http://jervis.ws/2009/01/11/firefox-ssh-protocol-handler-linux/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 18:11:42 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=37</guid>
		<description><![CDATA[<p>I have a web page that lists servers I need to connect to. This page has several hyper links for each server to key webpages on that host. I wanted to be able to connect using ssh too, at the click of a link. (eg: ssh://myserver.example.com and ssh://user@myserver.example.com)</p>
<p>I started doing a bit of research into [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jervis.ws/wp-content/uploads/ff.png"><img class="alignright size-full wp-image-208" title="ff" src="http://www.jervis.ws/wp-content/uploads/ff.png" alt="" width="100" height="140" /></a>I have a web page that lists servers I need to connect to. This page has several hyper links for each server to key webpages on that host. I wanted to be able to connect using ssh too, at the click of a link. (eg: ssh://myserver.example.com and ssh://user@myserver.example.com)</p>
<p>I started doing a bit of research into this and have been able to set it up!</p>
<p>On Fedora 10:<br />
1. Open Firefox and go to: about:config.<br />
2. Right Click &gt; New &gt; Boolean &gt; Enter the following name “network.protocol-handler.expose.ssh” and then “true”<br />
3. Right Click &gt; New &gt; Boolean &gt; Enter the following name “network.protocol-handler.external.ssh” and then “true”<br />
4. Right Click &gt; New &gt; Boolean &gt; Enter the following name “network.protocol-handler.warn-external.ssh” and then “false”<br />
5. Right Click &gt; New &gt; String &gt; Enter the following name “network.protocol-handler.app.ssh” and then “firefox-ssh.sh”<br />
6. Close Firefox<br />
7. Create a script here (/usr/local/bin/firefox-ssh.sh) with the following in it:</p>
<p>#!/bin/bash<br />
gnome-terminal -e &#8220;ssh `echo $1 | sed -e &#8220;s/ssh:\/\///&#8221;`&#8221;<br />
8. Run chmod +x /usr/local/bin/firefox-ssh.sh<br />
9. Open Firefox and go to a link like ssh://myserver.example.com</p>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2009/01/11/firefox-ssh-protocol-handler-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

