<?xml version="1.0" encoding="iso-8859-1"?>
<!-- name="generator" content="pyblosxom/1.4.3 01/10/2008" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>Phil Groce   </title>
<link>http://philgroce.com/blog</link>
<description>programming, computing and vanity blogging</description>
<language>en</language>
<item>
  <title>Skype has the wrong name</title>
  <link>http://philgroce.com/blog/general/skype-grandchildren.html</link>
  <description><![CDATA[
<p>It should really be called GrandchildVision.</p>

<p>Also, Happy New Year. That is all.</p>
]]></description>
</item>

<item>
  <title>SSH: &quot;open failed: administratively prohibited&quot;</title>
  <link>http://philgroce.com/blog/geekery/ssh-administratively-prohibited.html</link>
  <description><![CDATA[
<p>Apparently, you can get this error for a <a href="http://jimbojw.com/wiki/index.php?title=Channel_5:_Open_Failed:_Administratively_Prohibited">number</a> <a href="http://muzso.hu/2008/10/13/open-failed-administratively-prohibited-error-with-ssh-dynamic-port-forwarding">of</a> <a href="http://readlist.com/lists/redhat.com/fedora-list/33/167275.html">reasons</a> . The obvious one is that you don&#8217;t have <code>AllowTCPForwarding</code> set in your <code>sshd_config</code>. A less obvious but probably more common one&#8212;which bit me earlier today, which is why I write this&#8212;is that you&#8217;ve misspelled a host name. To wit, this:</p>

<pre>
<code>
ssh example.com -L8000:locahost:80
</code>
</pre>

<p>&#8230;is not the same as:</p>

<pre>
<code>
ssh example.com -L8000:localhost:80
</code>
</pre>

<p>(Discussing this with my colleagues prompted a joke about living &#8220;La Vida Local.&#8221; Finally, a Ricky Martin song for shut-ins.)</p>
]]></description>
</item>

<item>
  <title>Personally, I Wish they Wouldn&apos;t Counterprogram Baseball Like This.</title>
  <link>http://philgroce.com/blog/the-end-of-the-world/september-madness.html</link>
  <description><![CDATA[
<p>My <a href="http://1strule.org/99/septembermadnessb.jpg">final four</a>  is Bershire Hathaway, Barack Obama, Mitsubishi (in a classic over the Queen of England), and the Fed. Berkshire beats Mitsubishi, unless the yen loses favor in the carry trade.</p>

<p>(Obama is an 8 seed? The mid-major parties get no respect.)</p>
]]></description>
</item>

</channel>
</rss>
