<?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>Pablo Endres's Blog</title>
	<atom:link href="http://www.pabloendres.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pabloendres.com</link>
	<description></description>
	<lastBuildDate>Tue, 18 May 2010 21:16:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Lucid Lynx and Constantine multiboot</title>
		<link>http://www.pabloendres.com/2010/05/18/lucid-lynx-and-constantine-multiboot/</link>
		<comments>http://www.pabloendres.com/2010/05/18/lucid-lynx-and-constantine-multiboot/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:16:36 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 12]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub-2]]></category>
		<category><![CDATA[multiboot]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=150</guid>
		<description><![CDATA[As most of you know I&#8217;m a Fedora user, well started out some time ago as a Redhat user until they decided to have to spins: Redhat (stable for the enterprise) and Fedora (bleeding edge for the community). Back to the point, my main distro is Fedora but I like to give other distributions a [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you know I&#8217;m a Fedora user, well started out some time ago as a Redhat user until they decided to have to spins: Redhat (stable for the enterprise) and Fedora (bleeding edge for the community).  Back to the point, my main distro is Fedora but I like to give other distributions a spin to find the pros and cons.</p>
<p>I decided to install the new and shiny Ubuntu 10.04 &#8220;Lucid Lynx&#8221;, but there is no way I want to affect my main partitions!! Why should I this is Linux after all, it can boot from a secondary partition I can even put the bootloader at the beginning of the partition to make it totally independent!! Having done that already with Backtrack 4, Ubuntu 9.10 (karmic) and CentOS 5.x it should be as easy as 1 &#8211; 2 &#8211; 3 (Or simple as&#8230; got Jackson 5 ringing in my ear right now).</p>
<p>So the solution I had in mind was just to add a new partition with parted, install there and add the following lines to the /etc/grub.conf in my Fedora partition:</p>
<blockquote><p>title Ubuntu 9.10 (Karmic)<br />
rootnoverify (hd0,6)<br />
chainloader +1</p></blockquote>
<p>The problem is that Ubuntu 10.04 ships with grub-2 (technically speaking 1.98) and it just doesn&#8217;t work the same way.  After a couple of re-installs and hours later I came out with <a href="http://www.dedoimedo.com/computers/ubuntu-lucid.html">this blog</a> with a really detailed review of the distribution and with the solution I needed:</p>
<blockquote><p>title Ubuntu 10.04 (Lucid Lynx)<br />
root (hd0,4)<br />
kernel /boot/grub/core.img<br />
savedefault<br />
boot</p></blockquote>
<p>Just to make sure your a attacking the right error, this is was I was getting: Error 13 invalid or unsupported executable format</p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2010/05/18/lucid-lynx-and-constantine-multiboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Firefox: This address is restricted</title>
		<link>http://www.pabloendres.com/2009/11/23/ubuntu-firefox-this-address-is-restricted/</link>
		<comments>http://www.pabloendres.com/2009/11/23/ubuntu-firefox-this-address-is-restricted/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:01:18 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=137</guid>
		<description><![CDATA[I got the weirdest of errors today trying to open a web page on port 6000: After reading for a while I found out that de Mozilla Foundation built in this protection for &#8220;Cross-Protocol&#8221; scripting attack with a form of Port Banning. To overide this protection use one of the following steps: In the user&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I got the weirdest of errors today trying to open a web page on port 6000: <a href="http://www.pabloendres.com/wp-content/uploads/2009/11/ThisAddress-is-restricted.png"><img class="alignright size-medium wp-image-138" title="ThisAddress-is-restricted" src="http://www.pabloendres.com/wp-content/uploads/2009/11/ThisAddress-is-restricted-300x131.png" alt="ThisAddress-is-restricted" width="300" height="131" /></a></p>
<p>After reading for a while I found out that de Mozilla Foundation built in this protection for &#8220;Cross-Protocol&#8221; scripting attack with a form of <a href="http://www.mozilla.org/projects/netlib/PortBanning.html" target="_blank">Port Banning</a>.</p>
<p>To overide this protection use <strong>one</strong> of the following steps:</p>
<ul>
<li>In the user&#8217;s profile directory the <em>all.js</em>, add the following line at the end of the file <code>user_pref("network.security.ports.banned.override", "1-65535");</code></li>
<li>In the defaults/pref/ sub-directory of the installation directory (multi-user systems) add the following line at the end of the file <code>user_pref("network.security.ports.banned.override","1-65535");</code></li>
<li>Open a new window, in the address type: <em>about:config</em> and add a new entry of the type string with this name network.security.ports.banned.override and value 1-65535.</li>
</ul>
<p>If you want to set free only one port change the range for that port o list of ports.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/11/23/ubuntu-firefox-this-address-is-restricted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>US Access to SWIFT data</title>
		<link>http://www.pabloendres.com/2009/11/12/us-access-to-swift-data/</link>
		<comments>http://www.pabloendres.com/2009/11/12/us-access-to-swift-data/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 14:00:34 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Privacy]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=133</guid>
		<description><![CDATA[This is a topic that caught my eye a while ago and just found out it&#8217;s still an open issue. According to their website: SWIFT is the Society for Worldwide Interbank Financial Telecommunication, a member-owned cooperative through which the financial world conducts its business operations with speed, certainty and confidence. Over 8,300 banking organisations, securities [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pabloendres.com/wp-content/uploads/2009/11/Im-not-a-Terrorist.png"><img class="aligncenter size-medium wp-image-134" title="Im not a Terrorist" src="http://www.pabloendres.com/wp-content/uploads/2009/11/Im-not-a-Terrorist-300x92.png" alt="Im not a Terrorist" width="300" height="92" /></a></p>
<p>This is a topic that caught my eye a while ago and just found out it&#8217;s still an open issue.</p>
<p>According to their <a href="http://www.swift.com/about_swift/company_information/index.page?" target="_blank">website</a>:</p>
<blockquote><p>SWIFT is the Society for Worldwide Interbank Financial Telecommunication, a member-owned cooperative through which the financial world conducts its business operations with speed, certainty and confidence. Over 8,300 banking organisations, securities institutions and corporate customers in more than 208 countries trust us every day to exchange millions of standardised financial messages.</p></blockquote>
<p>So basically it&#8217;s the organization that manages the API&#8217;s and systems that make international banking work smoothly.</p>
<p>This Belgium based organization had it&#8217;s major databases in the US until an <a href="http://www.nytimes.com/2006/06/23/washington/23intel.html">article</a> in the <strong>NY Times</strong> aired that the CIA under the Bush administration had been data mining the database to find links to terrorism, after Europe protested the database was move to Holland.  So the issue now is that the US intelligence agencies want to keep having unlimited access to spy on EU Citizens using the usual <em>terrorism joker card</em>.</p>
<p>I think this is a big issue and should be handled a such.  There are some open questions I have to this deal:<br />
What does a US or in fact <em><strong>any intelligence agency</strong></em> have to do with our financial records without a warrant?<br />
Is every person in the world considered a potential terrorist?<br />
Were are <strong>rights</strong>, are <strong>privacy</strong>?<br />
While we&#8217;re at it:  How long is this data retained?  How is it guarded? Who makes sure it&#8217;s correctly discarded?</p>
<p>Benjamin Franklin summed this up better than I can ever try to:</p>
<blockquote><p>They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/11/12/us-access-to-swift-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IT-SA</title>
		<link>http://www.pabloendres.com/2009/10/14/it-sa/</link>
		<comments>http://www.pabloendres.com/2009/10/14/it-sa/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 19:40:56 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[BSI]]></category>
		<category><![CDATA[exibition]]></category>
		<category><![CDATA[fair]]></category>
		<category><![CDATA[germany]]></category>
		<category><![CDATA[Grundschutz]]></category>
		<category><![CDATA[IT-SA]]></category>
		<category><![CDATA[owasp]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=130</guid>
		<description><![CDATA[So the last couple of days I was at the IT-SA a new security fair in Nürnberg (Germany).  This is / was the first edition but it is a attempt to make a security oriented fair out of the security section of the Systems in München which should take place 21-24th October 2009. On Tuesday [...]]]></description>
			<content:encoded><![CDATA[<p>So the last couple of days I was at the <a href="http://www.it-sa.de/" target="_blank">IT-SA</a> a new security fair in Nürnberg (Germany).  This is / was the first edition but it is a attempt to make a security oriented fair out of the security section of the <a href="http://www.systems.de/" target="_blank">Systems</a> in München which should take place 21-24th October 2009.</p>
<p>On Tuesday I was really disapointed with the fair, because I was expecting a conference RSA style.  But after taking the right perspective I think it was good,  most of the big players in the security field were there:  AV companies, the big firewall companies and of course your share of UTM and service providers.  They organized a speaking trend in each of the 2 exibition halls: a technical and a managment.  Most of the talks were short and white paper like and they had the usual &#8220;hacking live&#8221; talks that serve as &#8220;eye openers&#8221;.  They are fun to see but people should know that the pentesting or crackers job is normally not that easy, they don&#8217;t know exactlly what you are going to do in order to install a Trojan or what drivers you have install in oder to escalate privileges.</p>
<p>Today the BSI had it&#8217;s own embebed conference (<strong>3. BSI Grundschutztag</strong>) in the event.  The talks where OK, they presented the new changes that can be expected it in the next version of the IT-Grundschutz Katalog and their standards.</p>
<p>OWAP hat their share yesturday, I didn&#8217;t get the chance to attend but if someone got to go I would appreciate a link to the slides and/or the content of the sessions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/10/14/it-sa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware not working smoothly on Fedora 11</title>
		<link>http://www.pabloendres.com/2009/10/01/vmware-not-smooth/</link>
		<comments>http://www.pabloendres.com/2009/10/01/vmware-not-smooth/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 23:44:24 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=115</guid>
		<description><![CDATA[I just tested the latest version of VMware Workstation for Linux on my Fedora 11 box and there are a couple of things that just bothered me.  The big picture is that it&#8217;s not working smoothly: The problems started on install time, in order to be able to install the rpm I had to uninstall [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-119" title="failed" src="http://www.pabloendres.com/wp-content/uploads/2009/10/failed.png" alt="failed" width="244" height="77" /></p>
<p>I just tested the latest version of VMware Workstation for Linux on my Fedora 11 box and there are a couple of things that just bothered me.  The <em>big picture</em> is that it&#8217;s not working smoothly:</p>
<p>The problems started on install time, in order to be able to install the rpm I had to uninstall gcc! (Thanks to Tusheto for the <a href="http://troshlyak.wordpress.com/2009/09/09/vmware-workstation-6-5-3-on-fedora-11/">idea</a> ).  Then I could work as usual with your virtual machines until I tried to turn them off:  it hung forever, I gave it 5 min. before having to kill window.  The files stayed locked thanks to the vmtray that is not shown in GNOME, so if happen to have you VM&#8217;s in a external drive there is no way to cleanly unplugg it without killing the residual process.</p>
<p>Afer so many years working with VMware on Linux I really expected more.  Rating <strong>F</strong></p>
<p>Ran my tests on Fedora 11, kernel: 2.6.30.5-43.fc11.i686.PAE, and VMware-Workstation-6.5.3-185404.i386</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/10/01/vmware-not-smooth/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating passwords with bash + perl</title>
		<link>http://www.pabloendres.com/2009/09/22/creating-passwords-with-bash-perl/</link>
		<comments>http://www.pabloendres.com/2009/09/22/creating-passwords-with-bash-perl/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:44:53 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[create password]]></category>
		<category><![CDATA[mkpasswd]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=107</guid>
		<description><![CDATA[I had a couple of scripts working in the back end of an application to create users and set the passwords. So instead of reinventing the wheel I used the ?trusty? useradd. Until recently one could pass the users password in clear text as a parameter. I assume that someone thought about all the passwords [...]]]></description>
			<content:encoded><![CDATA[<p>I had a couple of scripts working in the back end of an application to create users and set the passwords.  So instead of reinventing the wheel I used the ?<em>trusty</em>? useradd.</p>
<p>Until recently one could pass the users password in clear text as a parameter.  I assume that someone thought about all the passwords that word saved in history files and decided to change it.  The problem is that the used the same parameter but now it expected the password to be encrypted, so it basically stopped working but didn&#8217;t generate errors.</p>
<p>After some debugging and some man reading the problem was nailed down, but now I had to generate and encrypt the password.  I looked and tried many solutions but the best I could find was the crypt library and decided to access is through perl.  What I liked the most about the solution is that I could use all the same native algorithms that the system has installed.</p>
<p>So lets cut the chase, here are the 5 lines of code needed to get the job done:</p>
<blockquote><p>salt=$(/usr/bin/mkpasswd -l 8 -s 0)<br />
parameter=&#8221;print crypt(config,\&#8221;\\\$1\\\$$salt\&#8221;)&#8221;<br />
encrypted=$(perl -e &#8220;$parameter&#8221;)<br />
/usr/sbin/useradd -p $encrypted &lt;user&gt;</p></blockquote>
<p>To create a good salt I used the <em><strong>mkpasswd</strong></em> utility that comes with the expect package (yum install expect).  In this case the $1 is not a variable, but the way of telling crypt to use MD5.</p>
<p>Other valid values for the Glibc crypt are:</p>
<table border="1">
<tbody>
<tr>
<th>ID</th>
<th>Method</th>
</tr>
<tr>
<td>1</td>
<td>MD5</td>
</tr>
<tr>
<td>2a</td>
<td>Blowfish (not in mainline glibc; added in some Linux distributions)</td>
</tr>
<tr>
<td>5</td>
<td>SHA-256 (since glibc 2.7)</td>
</tr>
<tr>
<td>6</td>
<td>SHA-512 (since glibc 2.7)</td>
</tr>
</tbody>
</table>
<p>For more information http://www.kernel.org/doc/man-pages/online/pages/man3/crypt.3.html or simply: man crypt</p>
<p>Have fun</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/09/22/creating-passwords-with-bash-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 strikes</title>
		<link>http://www.pabloendres.com/2009/06/18/3-strikes/</link>
		<comments>http://www.pabloendres.com/2009/06/18/3-strikes/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 21:24:01 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Digital Rights]]></category>
		<category><![CDATA[3 strikes]]></category>
		<category><![CDATA[digital rights]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=101</guid>
		<description><![CDATA[I&#8217;ve following and ranting on the music and video industries and their 3 strike strategy for a while now. This is an attempt to maintain the status quo in a business that hast to evolve to meet the market (their users) need. I believe that the way Audio and Video rights are managed should be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin: 10px;" title="And Youre Outta There!" src="http://farm2.static.flickr.com/1428/1480165668_267c2a0418.jpg?v=0" alt="" width="180" height="120" />I&#8217;ve following and ranting on the music and video industries and their 3 strike strategy for a while now. This is an attempt to maintain the <em>status quo</em> in a business that hast to evolve to meet the market (their users) need.</p>
<p>I believe that the way Audio and Video rights are managed should be changed and a new model has to be built.  I&#8217;m not good with economy or an MBA,  but I am a user that really hates some of the limitations that are still built into a contents users life.</p>
<p>Let me put an example with the access to English spoken TV in Europe.  There is a great source for it in the UK, there you have access to SKY, BBC and other cable or pay TV services.  If I want to access those services from Germany, you can&#8217;t.  You can&#8217;t purchase the services, at least not legally (one can only purchase the services with a billing address in the UK).  With today&#8217;s interconnected world, these are the type of things that send people to look for alternative ways to access those contents.  So in a way the excessive controls are sending people to go to and find alternative ways to acces the contents that they can&#8217;t access or purchase through traditional channels.</p>
<p>I like the approach taken by Amazon in the US where you can by your favorite content and have instant access to whatch it through streaming, you can download it a specific number of times (4 if I remember correctly) in different formats: HD, MPEG or a smaller version for your IPOD.</p>
<p>I&#8217;m just glad that at least for now the <a href="http://www.theregister.co.uk/2009/05/12/france_three_strikes/">3 strike</a> law in France was <a href="http://www.theregister.co.uk/2009/06/10/france_three_strikes_hadopi_suspended/">suspended</a>.   And hope that  new cross European solutions see the light, because being able to whatch TV in your own language definitly helps people to feel at home away form home.</p>
<p><small>Photo credit: &#8220;And You&#8217;re Outta There!&#8221; originally uploaded by <a href="http://www.flickr.com/photos/chorwedel/1480165668/">Chad Horwedel</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/06/18/3-strikes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISECOM TtT</title>
		<link>http://www.pabloendres.com/2009/06/15/isecom-ttt/</link>
		<comments>http://www.pabloendres.com/2009/06/15/isecom-ttt/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 19:53:48 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[isecom]]></category>
		<category><![CDATA[opsa]]></category>
		<category><![CDATA[opst]]></category>
		<category><![CDATA[osstm]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=95</guid>
		<description><![CDATA[I managed to get a few days away from the day job to attend the ISECOM Train the Trainer event in Barcelona (27-29 May) and it was really a great experience.  Being that the event was for the certified or to be certified trainer crowd it was pretty intense and at the end of the [...]]]></description>
			<content:encoded><![CDATA[<p>I managed to get a few days away from the day job to attend the ISECOM Train the Trainer event in Barcelona (27-29 May) and it was really a great experience.  Being that the event was for the certified or to be certified trainer crowd it was pretty intense and at the end of the last day my brain was jello.</p>
<div class="wp-caption alignleft" style="width: 200px"><img title="Jello Brain" src="http://img.photobucket.com/albums/v154/sub81/JelloEggshellless.png" alt="Jello Brain" width="190" height="254" /><p class="wp-caption-text">Jello Brain</p></div>
<p>It was great to finally meet Pete Herzog, who I had the pleasure of working with before on the <strong>Hacking Expossed</strong> book.  I also got time to meet some of other European trainers, and it&#8217;s a good batch  <img src='http://www.pabloendres.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I got to take the <a href="OPSA">OPSA</a> and <a href="http://www.opst.org/">OPST</a> exams, the results should be due any time now.  I really liked the format of both cert exams: hands on!  For the OPST you have to shoot at a couple of live test systems to complete the results you need, and for the OPSA there is a little theory on the OSSTM, some shooting to be done but most of all analysis (hence the A in OPSA).  I fried my brain on the last question, I didn&#8217;t notice at the begining that it was a packet dump that needed to be analyzed.  So after 8 hours of class the 2.5h I took to complete the exam were the last effort.</p>
<p>For those of you who have no idea of what I&#8217;m talking about, you can find information on the OSSTM at http://www.isecom.org/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/06/15/isecom-ttt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GnomeKeyring =? ssh-agent</title>
		<link>http://www.pabloendres.com/2009/05/05/gnomekeyring-ssh-agent/</link>
		<comments>http://www.pabloendres.com/2009/05/05/gnomekeyring-ssh-agent/#comments</comments>
		<pubDate>Tue, 05 May 2009 20:09:04 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=77</guid>
		<description><![CDATA[This feature just popped up and started working after I upgraded to Fedora 10 and I though it was a standard function in gnome, but I was working with Per the other day and his Ubuntu 8.04 didn&#8217;t have it running out of the box.  So I had to take a look a the docs [...]]]></description>
			<content:encoded><![CDATA[<p>This feature just popped up and started working after I upgraded to Fedora 10 and I though it was a standard function in gnome, but I was working with Per the other day and his Ubuntu 8.04 didn&#8217;t have it running out of the box.  So I had to take a look a the docs to make it work:  http://live.gnome.org/GnomeKeyring/Ssh</p>
<p>This is just one of those features that make your life easier but handling all the ssh sessions for you, the best part is that is one of those setup once and forget feature.  Here is a brief introduction on how it works:</p>
<p>According to the ssh-agent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent">man</a>:</p>
<blockquote>
<pre><strong>     ssh-agent</strong> is a program to hold private keys used for public key authenti-
     cation (RSA, DSA).  The idea is that <strong>ssh-agent</strong> is started in the begin-
     ning of an X-session or a login session, and all other windows or pro-
     grams are started as clients to the ssh-agent program.  Through use of
     environment variables the agent can be located and automatically used for
     authentication when logging in to other machines using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1&amp;arch=&amp;apropos=0&amp;manpath=OpenBSD+Current">ssh(1)</a>.</pre>
</blockquote>
<p>So what gnome did was include an ssh-agent in the gnome-keyring(-daemon), so it has one interface to manage passwords, ssh keys, etc.  Underneath the hood this is how it works:</p>
<ol>
<li>When Gnome starts the gnome-keyring-daemon (if it is enabled in your conf)</li>
<li>The keyring manager starts the ssh-agent component and sets up the <tt>SSH_AUTH_SOCK</tt> variable, that will redirect ssh to make the queries to that socket</li>
<li>The SSH agent automatically loads files in <tt>~/.ssh</tt> having names starting with <tt>id_rsa</tt> or <tt>id_dsa </tt> or any other keys included by using the <tt>ssh-add command<br />
</tt></li>
</ol>
<p>That does the job.  If you need to get it working on your Gnome installation follow the instructions <a href="http://live.gnome.org/GnomeKeyring/Ssh">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/05/05/gnomekeyring-ssh-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transpose Open Office Calc data from rows to columns, or vice versa</title>
		<link>http://www.pabloendres.com/2009/05/05/transpose/</link>
		<comments>http://www.pabloendres.com/2009/05/05/transpose/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:45:57 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Open Office]]></category>
		<category><![CDATA[transpose]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=76</guid>
		<description><![CDATA[I had to shift through a ton a data today and after I was have way through I realized that I would be easier to express and analyze the data if it was transposed o just filled in the other way around (rows and columns).  On any other day or a different stage of the [...]]]></description>
			<content:encoded><![CDATA[<p>I had to shift through a ton a data today and after I was have way through I realized that I would be easier to express and analyze the data if it was transposed o just filled in the other way around (rows and columns).  On any other day or a different stage of the work I would have retyped it, but I got lazy and found this <a href="http://blogs.techrepublic.com.com/msoffice/?p=630">link</a> and all you have to do is a special paste and check the transpose box.</p>
<p>Incredible!</p>
<p>The best thing is that it works both in M$ Office and Open Office.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/05/05/transpose/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
