Hi,
I'm using a VWWare image of Ubuntu 8.04 and experiencing problems while setting up git access over SSH
I get the following output
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key:
debug1: Authentications that can continue: publickey
debug1: Offering public key:
debug1: Authentications that can continue: publickey
debug1: Offering public key:
debug1: Authentications that can continue: publickey
debug1: Offering public key:
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/jars/.ssh/identity
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/home/jars/.ssh/identity':
debug1: read PEM private key done: type RSA
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).
I have generated the keys with ssh-keygen -t rsa
and renamed them to identity
(private) and ida_rsa
(public), because initially they wheren't found by ssh
.
I also created a config file as depicted here...
http://help.github.com/troubleshooting-ssh/
Nothing changed.
Am I missing something or is there generally something wrong with using SSH in VMWare?
Regards