<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -89,9 +89,10 @@ module Net
           end
 
           key_files.each do |file|
-            if File.readable?(file)
+            public_key_file = file + '.pub'
+            if File.readable?(public_key_file)
               begin
-                key = KeyFactory.load_public_key(file + &quot;.pub&quot;)
+                key = KeyFactory.load_public_key(public_key_file)
                 identities.push key
                 known_identities[key] = { :from =&gt; :file, :file =&gt; file }
               rescue Exception =&gt; e</diff>
      <filename>lib/net/ssh/authentication/key_manager.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ff6713ebbd0eef61d236687cb66d3f3ffceb7c8b</id>
    </parent>
  </parents>
  <author>
    <name>David Dollar</name>
    <login>ddollar</login>
    <email>ddollar@gmail.com</email>
  </author>
  <url>http://github.com/jamis/net-ssh/commit/72fd804f192eee5ee6c2f167cca08a80d8e37ad6</url>
  <id>72fd804f192eee5ee6c2f167cca08a80d8e37ad6</id>
  <committed-date>2008-05-13T12:11:44-07:00</committed-date>
  <authored-date>2008-05-13T12:11:44-07:00</authored-date>
  <message>added a fix for local identity files without a corresponding .pub, this should not be an error case</message>
  <tree>f9d6ffa61444530391c79873c87292d4267ad30e</tree>
  <committer>
    <name>David Dollar</name>
    <login>ddollar</login>
    <email>ddollar@gmail.com</email>
  </committer>
</commit>
