I am using a VWWare Ubuntu 8.04 image and am having problems setting up git access to 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 created keys with ssh-keygen -t rsa
and renamed them identity (private) and ida_rsa (public), because they were not originally found using ssh .
I also created a configuration file as shown here ...
http://help.github.com/troubleshooting-ssh/
Nothing changed.
Am I missing something or is there something wrong with SSH in VMWare?
Hello
source share