The files have the same size (4kb) but the content is different:


#id_rsa
-----BEGIN RSA PRIVATE KEY-----
MIIEoAIBAAKCAQEAzEnUJJtkt3QC21S4omH5SCBqbg7c/5WkfUrAsLGgS9ytAdTL
...
...
...
...
...
...
...
...
...
cD8SfXwjsvXXu41EM+S+Fo98ht+pABHnFLdVfT5dyY6jlyph
-----END RSA PRIVATE KEY-----


#id_rsa.pub
ssh-rsa
...
...
iaZo2w== sigbac...@gmail.com


Moreover, here my configuration
#config
Host github.com
        User git
        Hostname github.com
        PreferredAuthentications publickey
        IdentityFile id_rsa.pub





I don't see anything strange but I'm definitely not an expert.

Thanks and have a nice day

Sig


On Nov 28, 1:21 am, Avery Pennarun <apenw...@gmail.com> wrote:
> On Sun, Nov 28, 2010 at 12:59 AM, Macsig <sigbac...@gmail.com> wrote:
> > Thanks for all of your replies.
>
> > I'm using OpenSSH_5.2p1, OpenSSL 0.9.7l 28 Sep 2006 on Mac 10.5
>
> > Could be the version I'm suing too old?
>
> > I really don't know what to think about.
>
> Perhaps you've miscopied the files?  Are id_rsa and id_rsa.pub
> different file sizes?
>
> These two links might help:
>
> http://dan.hersam.com/2010/01/26/pem_read_privatekey-failed-ssh-error/http://www.gossamer-threads.com/lists/openssh/dev/38841
>
> Avery

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to git...@googlegroups.com.
To unsubscribe from this group, send email to 
github+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to