<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Penguins-On-Hudson</title>
	<link>http://cdfx.penguins-on-hudson.com</link>
	<description>Linux &#38; F.O.S.S. in the Hudson River Valley.</description>
	<pubDate>Thu, 21 Jan 2010 01:29:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Automount USB drives on Ubuntu servers.</title>
		<link>http://cdfx.penguins-on-hudson.com/2010/01/20/automount-removable-devices-on-ubuntu-servers/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2010/01/20/automount-removable-devices-on-ubuntu-servers/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 01:27:19 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Case Study]]></category>

		<category><![CDATA[Command Line]]></category>

		<category><![CDATA[Debian]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/2010/01/20/automount-removable-devices-on-ubuntu-servers/</guid>
		<description><![CDATA[In most cases, Ubuntu desktop systems will automatically detect and mount removable media, and this is largely done with software that is part of the X Windows system; for server systems without X Windows however, this sort of thing requires a bit of work.
Now some may ask, &#8220;Why automount removable media at all?&#8221; It is [...]]]></description>
			<content:encoded><![CDATA[<p>In most cases, Ubuntu desktop systems will automatically detect and mount removable media, and this is largely done with software that is part of the X Windows system; for server systems without X Windows however, this sort of thing requires a bit of work.</p>
<p>Now some may ask, &#8220;Why automount removable media at all?&#8221; It is unwise to remove an active device, such as unplugging a USB drive without first unmounting it, and automounting may encourage this sort of recklessness. I don&#8217;t contend this, but if one runs a server using an external USB drive, there are two words which should spark an immediate interest in automatic mounts: <strong>power failure</strong>.<br />
 <a href="http://cdfx.penguins-on-hudson.com/2010/01/20/automount-removable-devices-on-ubuntu-servers/#more-54" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2010/01/20/automount-removable-devices-on-ubuntu-servers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Diagnosing Sound Problems in Ubuntu Linux</title>
		<link>http://cdfx.penguins-on-hudson.com/2010/01/02/diagnosing-sound-problems-in-ubuntu-linux/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2010/01/02/diagnosing-sound-problems-in-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 19:05:30 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Case Study]]></category>

		<category><![CDATA[Command Line]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/2010/01/02/diagnosing-sound-problems-in-ubuntu-linux/</guid>
		<description><![CDATA[Sound problems fall in to three basic categories, and the first thing you want to do is determine which one you&#8217;re dealing with. The easiest thing you can do is test your speakers with something else, using the same cable. If your speakers and cable are confirmed to be in good working order, then the [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://cdfx.penguins-on-hudson.com/wp-content/uploads/2010/01/hardinfo.png" title="Hardware Information"><img src="http://cdfx.penguins-on-hudson.com/wp-content/uploads/2010/01/hardinfo.thumbnail.png" alt="Hardware Information" align="right" width="128" height="99" /></a>Sound problems fall in to three basic categories, and the first thing you want to do is determine which one you&#8217;re dealing with. The easiest thing you can do is test your speakers with something else, using the same cable. If your speakers and cable are confirmed to be in good working order, then the problem must be either: <a href="http://cdfx.penguins-on-hudson.com/2010/01/02/diagnosing-sound-problems-in-ubuntu-linux/#more-52" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2010/01/02/diagnosing-sound-problems-in-ubuntu-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSH Coolness &#8230; even on Windows.</title>
		<link>http://cdfx.penguins-on-hudson.com/2009/12/26/ssh-coolness-even-on-windows/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2009/12/26/ssh-coolness-even-on-windows/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 07:21:56 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Case Study]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/2009/12/26/ssh-coolness-even-on-windows/</guid>
		<description><![CDATA[prerequisite concepts: prelude, basic config., port fwd, proxy conn.

I don&#8217;t often have the opportunity to experiment on computers running Windows, but every  once in a long while it simply cannot be avoided. I recently found myself wanting to look up a password in Revelation, a password manager for the Gnome Desktop on Linux; I [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right"><em>prerequisite concepts: <a href="http://blog.penguins-on-hudson.com/2008/09/25/openssh-prelude/">prelude</a>, <a href="http://blog.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/">basic config.</a>, <a href="http://blog.penguins-on-hudson.com/2008/10/16/open-ssh-port-forwarding/">port fwd</a>, <a href="http://blog.penguins-on-hudson.com/2008/10/17/openssh-proxy-connections/">proxy conn.</a><br />
</em></p>
<p>I don&#8217;t often have the opportunity to experiment on computers running Windows, but every <a href="http://openssh.org"><img src="http://codefix.files.wordpress.com/2008/10/puffy-armed.png" title="puffy-armed" class="alignright size-full wp-image-154" align="right" height="170" width="200" /></a> once in a long while it simply cannot be avoided. I recently found myself wanting to look up a password in <a href="http://oss.codepoet.no/revelation/">Revelation</a>, a password manager for the Gnome Desktop on Linux; I have previously written about using <a href="http://cdfx.penguins-on-hudson.com/?p=47" title="OpenSSH: Proxy Connections">OpenSSH&#8217;s ProxyCommand</a>  directive to tunnel through a firewall and <a href="http://cdfx.penguins-on-hudson.com/?p=46" title="Open SSH: Port Forwarding">forward X11 (GUI) applications</a>  remotely from a an isolated workstation on a private LAN, the difference here was that I needed to forward that application to a Windows workstation.</p>
<p> <a href="http://cdfx.penguins-on-hudson.com/2009/12/26/ssh-coolness-even-on-windows/#more-51" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2009/12/26/ssh-coolness-even-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSH: Environmental Override</title>
		<link>http://cdfx.penguins-on-hudson.com/2008/11/01/openssh-environmental-override/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2008/11/01/openssh-environmental-override/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:45:07 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Case Study]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[17]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/?p=9</guid>
		<description><![CDATA[prerequisite concepts: prelude, basic configuration
This post is as much about customizing the root shell as it is about SSH environment variables, but I&#8217;m adding this to my OpenSSH collection because it&#8217;s applicable to  any user.
I occasionally work on servers where, for a variety of reasons, I share an account with one or more other [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right"><em>prerequisite concepts: <a href="http://blog.penguins-on-hudson.com/2008/09/25/openssh-prelude/">prelude</a>, <a href="http://blog.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/">basic configuration</a></em></p>
<p>This post is as much about customizing the root shell as it is about SSH environment variables, but I&#8217;m adding this to my <a href="http://blog.penguins-on-hudson.com/2008/09/25/openssh-prelude/">OpenSSH collection</a> because it&#8217;s applicable to <a href="http://openssh.org"><img src="http://codefix.files.wordpress.com/2008/10/puffy-armed.png" title="puffy-armed" class="alignright size-full wp-image-154" align="right" width="200" height="170" /></a> any user.</p>
<p>I occasionally work on servers where, for a variety of reasons, I share an account with one or more other users; this is almost always suboptimal, but it does happen nonetheless. Over time I&#8217;ve grown somewhat partial to <a href="http://www.zsh.org">zShell</a>, so one method I&#8217;ve used is to log in to a default shell, usually bash, then run <span class="code">zsh</span>. <a href="http://cdfx.penguins-on-hudson.com/2008/11/01/openssh-environmental-override/#more-9" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2008/11/01/openssh-environmental-override/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSH: Proxy Connections</title>
		<link>http://cdfx.penguins-on-hudson.com/2008/10/17/openssh-proxy-connections/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2008/10/17/openssh-proxy-connections/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 15:00:38 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Command Line]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[17]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/?p=47</guid>
		<description><![CDATA[prerequisite concepts: prelude, basic configuration, port forwarding
Network address translation (NAT) is a very common method of providing secure access to hosts on a private network.  Given the limited amount of IPv4 addresses, computer networks with relatively few, very few, and even a single public IP address are common. A typical small business customer of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right"><em>prerequisite concepts: <a href="http://blog.penguins-on-hudson.com/2008/09/25/openssh-prelude/">prelude</a>, <a href="http://blog.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/">basic configuration</a>, <a href="http://blog.penguins-on-hudson.com/2008/10/16/open-ssh-port-forwarding/">port forwarding</a></em></p>
<p><a href="http://en.wikipedia.org/wiki/Network_address_translation">Network address translation</a> (NAT) is a very common method of providing secure access to hosts on a <a href="http://en.wikipedia.org/wiki/Private_network">private network</a>. <a href="http://openssh.org"><img src="http://codefix.files.wordpress.com/2008/10/puffy-armed.png" title="puffy-armed" class="alignright size-full wp-image-154" align="right" width="200" height="170" /></a> Given the limited amount of <a href="http://en.wikipedia.org/wiki/IP_address_starvation">IPv4 addresses</a>, computer networks with relatively few, very few, and even a single public IP address are common. A typical small business customer of my <a href="http://codefix.net">consulting practice</a> has one or more Linux servers on an office network protected by a firewall. The following is a close look at Example Industries, the theoretical owners of example.com; this customer receives support for two Linux servers, a mail server and a PBX, but only one public IP address between them. Through NAT, public services (namely mail and VoIP) on both servers are accessible via example.com. This works well for inbound mail and phone calls, which only need to access one or the other host, but SSH access is the lifeblood of remote system administration, and there&#8217;s the rub&#8211; when I enter <span class="code">ssh example.com</span> I land at the mail server. SSH access to the PBX would seemingly threaten to litter my command line with unsightly extra characters, if not subsequent commands outright.<br />
<span class="highlight"><br />
My carpals are tunneled enough, I don&#8217;t want to type more than <span class="code">ssh mail</span> and <span class="code">ssh pbx</span> to access these servers, and while I&#8217;m at it I want to have scripted log-ins as well&#8211; securely, not those namby-pamby no-password keys. In fact, I don&#8217;t even want to have private keys on either server.</span><br />
<span class="highlight"><br />
Fear not! With the power of OpenSSH, I can fix this.<br />
</span> <a href="http://cdfx.penguins-on-hudson.com/2008/10/17/openssh-proxy-connections/#more-47" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2008/10/17/openssh-proxy-connections/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open SSH: Port Forwarding</title>
		<link>http://cdfx.penguins-on-hudson.com/2008/10/16/open-ssh-port-forwarding/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2008/10/16/open-ssh-port-forwarding/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 20:59:46 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Command Line]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[17]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/?p=46</guid>
		<description><![CDATA[prerequisite concepts: prelude, basic configuration
Port forwarding  is a versatile feature which informs several popular concepts, including X Forwarding and tunneling which are briefly explained below; more advanced port magic will be addressed elsewhere.
X Forwarding
At the end of the previous installment of this series is an example SSH client configuration file, usually located at ~/.ssh/conf; [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right"><em>prerequisite concepts: <a href="http://blog.penguins-on-hudson.com/2008/09/25/openssh-prelude/">prelude</a>, <a href="http://blog.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/">basic configuration</a></em></p>
<p><a href="http://en.wikipedia.org/wiki/Port_forwarding">Port forwarding</a> <a rel="lightbox" href="http://codefix.files.wordpress.com/2008/10/puffy-armed.png"><img src="http://codefix.files.wordpress.com/2008/10/puffy-armed.png" class="alignright size-full wp-image-154" title="puffy-armed" align="right" width="200" height="170" /></a> is a versatile feature which informs several popular concepts, including X Forwarding and tunneling which are briefly explained below; more advanced port magic will be addressed elsewhere.</p>
<p><strong>X Forwarding</strong><br />
At the end of the <a href="http://blog.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/">previous installment</a> of this series is an example SSH client configuration file, usually located at <span class="code">~/.ssh/conf</span>; a more complete description of the global declarations shown was deferred until this section, where they are more relevant. <a href="http://cdfx.penguins-on-hudson.com/2008/10/16/open-ssh-port-forwarding/#more-46" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2008/10/16/open-ssh-port-forwarding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I have seen the light.</title>
		<link>http://cdfx.penguins-on-hudson.com/2008/10/04/i-have-seen-the-light/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2008/10/04/i-have-seen-the-light/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 20:29:10 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Case Study]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Telephony]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/?p=44</guid>
		<description><![CDATA[Having discovered the advantages of á la carte VoIP pricing, I pondered how to extrapolate my experience for general discussion while avoiding the pitfalls of interpolation and abridgement. The Reference Book of Rates, Price Indices, and Household Expenditures for Telephone Service published by the FCC&#8217;s Wireline Competition Bureau provides a rough estimate of wireline telephone [...]]]></description>
			<content:encoded><![CDATA[<p>Having discovered the advantages of á la carte VoIP pricing, I pondered how to extrapolate my experience for general discussion while avoiding the pitfalls of interpolation and abridgement.<a rel="lightbox" href="http://codefix.files.wordpress.com/2008/10/voicemeup-invoice.png"><img src="http://codefix.files.wordpress.com/2008/10/voicemeup-invoice.png?w=300" class="alignright size-medium wp-image-147" title="voicemeup-invoice" align="right" width="210" height="145" /></a> The <a href="http://hraunfoss.fcc.gov/edocs_public/attachmatch/DOC-284934A1.pdf">Reference Book of Rates, Price Indices, and Household Expenditures for Telephone Service</a> published by the FCC&#8217;s <a href="http://www.fcc.gov/wcb/">Wireline Competition Bureau</a> provides a rough estimate of wireline telephone expenses averaging $45 per month in 2007, based on market research by TNS Telecoms. This isn&#8217;t too far from my own experience with residential VoIP plans which have tended to average about $35 monthly, including additional fees and charges, which can be significant: on BroadVoice&#8217;s &#8220;Unlimited World&#8221; plan, for example,  &#8220;Taxes &amp; Surcharges&#8221; account for about 35% of the monthly total. Based on these data, I use an estimated $35-$45 for generic comparison of monthly residential phone bills, or an average average of $40. As I designed our current, á la carte plan, I surmised that after discounting <a href="http://codefix.net/">business use</a>, the residential remainder was unlikely to ever exceed $30 in a single month. As the plan took shape, however, I realized that intelligent planning could lower that even further; somewhere in the neighborhood of a $20 monthly average would certainly exemplify what custom VoIP plans can offer, and half the average isn&#8217;t a bad talking point. <img src='http://cdfx.penguins-on-hudson.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <a href="http://cdfx.penguins-on-hudson.com/2008/10/04/i-have-seen-the-light/#more-44" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2008/10/04/i-have-seen-the-light/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSH: Basic Configuration</title>
		<link>http://cdfx.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 04:20:17 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Command Line]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[17]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/?p=42</guid>
		<description><![CDATA[prerequisite concepts: prelude
If you&#8217;re not already using a config file (~/.ssh/config) you should peruse the documentation to see what it offers; an ongoing benefit I enjoy is that it allows me to accomplish more while typing less. Suppose, for example, you need to access two mail servers which are both behind a firewall and sharing [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right"><em>prerequisite concepts: <a href="http://blog.penguins-on-hudson.com/2008/09/25/openssh-prelude/"><em>prelude</em></a></em></p>
<p>If you&#8217;re not already using a config file (<span class="code">~/.ssh/config</span>) you should peruse the documentation to see what it offers;<a href="http://www.openssh.com/"><img src="http://codefix.files.wordpress.com/2008/10/puffy-armed.png" title="Puffy, the OpenBSD/OpenSSH mascot." class="alignright size-full wp-image-154" align="right" width="200" height="170" /></a> an ongoing benefit I enjoy is that it allows me to accomplish more while typing less. Suppose, for example, you need to access two mail servers which are both behind a firewall and sharing a single public IP address. One server uses NAT (port forwarding) to provide user access via IMAP-SSL, POP3-SSL, and perhaps even webmail, all on default ports; similarly SSH can be accessed on port 22. The other server happens to be a mail relay, which handles all of the spam and virus scanning for inbound and outbound mail; while the SMTP, SMTPS, and submission services all enjoy a NAT configuration using default ports, SSH access is on port 23 because port 22 already forwards to the IMAP server and the sysadmin hasn&#8217;t read this series of articles.<br />
 <a href="http://cdfx.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/#more-42" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSH Prelude: Requisite Knowledge</title>
		<link>http://cdfx.penguins-on-hudson.com/2008/09/25/openssh-prelude/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2008/09/25/openssh-prelude/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 19:26:40 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Command Line]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[17]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/?p=41</guid>
		<description><![CDATA[This is a prelude to a series of articles focused on how the sophisticated power of OpenSSH may be harnessed to great advantage with less effort than one might think. Readers already familiar with OpenSSH and passwordless authentication may wish to skip ahead:

OpenSSH: Basic Configuration
OpenSSH: Port Forwarding
OpenSSH: Proxy Connections
OpenSSH: Environmental Override
SSH Coolness &#8230; Even On [...]]]></description>
			<content:encoded><![CDATA[<p>This is a prelude to a series of articles focused on how the sophisticated power of <a href="http://en.wikipedia.org/wiki/OpenSSH">OpenSSH</a> may be harnessed to great advantage with less effort than one might think. Readers already familiar with OpenSSH and passwordless authentication may wish to skip ahead:</p>
<p><a href="http://www.openssh.com/"><img src="http://codefix.files.wordpress.com/2008/10/puffy-armed.png" class="alignright size-full wp-image-154" title="Puffy, the OpenBSD/OpenSSH mascot." align="right" width="200" height="170" /></a></p>
<p><a href="http://cdfx.penguins-on-hudson.com/2008/09/26/openssh-basic-configuration/">OpenSSH: Basic Configuration</a><br />
<a href="http://cdfx.penguins-on-hudson.com/2008/10/16/open-ssh-port-forwarding/">OpenSSH: Port Forwarding</a><br />
<a href="http://cdfx.penguins-on-hudson.com/2008/10/17/openssh-proxy-connections/">OpenSSH: Proxy Connections</a><br />
<a href="http://cdfx.penguins-on-hudson.com/2008/11/01/openssh-environmental-override/">OpenSSH: Environmental Override</a><br />
<a href="http://cdfx.penguins-on-hudson.com/2009/12/26/ssh-coolness-even-on-windows/">SSH Coolness &#8230; Even On Windows</a><br />
<!--span style="color: #808080">Planned: Reverse Connections<br />
Planned: Connection Multiplexing</span--></p>
<p> <a href="http://cdfx.penguins-on-hudson.com/2008/09/25/openssh-prelude/#more-41" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2008/09/25/openssh-prelude/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Doctor, I&#039;ve got audit complaints about my kernel log.</title>
		<link>http://cdfx.penguins-on-hudson.com/2008/09/24/doctor-ive-got-audit-complaints-about-my-kernel-log/</link>
		<comments>http://cdfx.penguins-on-hudson.com/2008/09/24/doctor-ive-got-audit-complaints-about-my-kernel-log/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 23:32:48 +0000</pubDate>
		<dc:creator>garrison</dc:creator>
		
		<category><![CDATA[Case Study]]></category>

		<category><![CDATA[Command Line]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cdfx.penguins-on-hudson.com/?p=40</guid>
		<description><![CDATA[AppArmor, introduced to Ubuntu with Gutsy, is yet another security tool unleashed upon the infosphere. In part, AppArmor is intended as an alternative to SELinux, which can easily be seen as daunting to configure; unfortunately, many such projects are daunting for those admins forced to walk the plank of unfamiliarity above a sea of expectations. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/AppArmor">AppArmor</a>, introduced to Ubuntu with Gutsy, is yet another security tool unleashed upon the infosphere. In part, AppArmor is intended as an alternative to <a href="http://en.wikipedia.org/wiki/Security-Enhanced_Linux">SELinux</a>, which can easily be seen as <a href="http://www.linux.com/articles/58942">daunting to configure</a>; unfortunately, many such projects are daunting for those admins forced to walk the plank of unfamiliarity above a sea of expectations. Despite a <a href="http://news.cnet.com/8301-13580_3-9796140-39.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-5">troubled history</a>, the project seems to be here to stay so it is likely only a matter of time before audit messages crop up in one&#8217;s kernel log. For those who find AppArmor unnecessary, unpalatable, or just untimely, herein lies a quick-and-dirty guide for telling AppArmor where to stick its audit complaints. <a href="http://cdfx.penguins-on-hudson.com/2008/09/24/doctor-ive-got-audit-complaints-about-my-kernel-log/#more-40" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdfx.penguins-on-hudson.com/2008/09/24/doctor-ive-got-audit-complaints-about-my-kernel-log/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
