Ich bin ein VWWare Bild von Ubuntu 8.04 und erleben Probleme mit, während SSH git Zugang überGit SSH-Setup Zugriff verweigert (publickey)
Einrichtungbekomme ich folgende Ausgabe
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 erzeugt haben die Tasten mit ssh-keygen -t rsa
und umbenannt sie identity
(privat) und ida_rsa
(öffentlich), weil sie zunächst von ssh
gefunden wheren't.
Ich habe auch eine Konfigurationsdatei as depicted here ...
http://help.github.com/troubleshooting-ssh/
nichts geändert.
Fehle ich etwas oder ist generell etwas mit der Verwendung von SSH in VMWare nicht in Ordnung?
Grüße
Hinweis für Moderatoren: Jede Git Frage hat nichts mit Superuser zu tun. Git ist ein ** Programmierwerkzeug, und als solches gehört 100% zu SO. – VonC
"privat"? Ich dachte, ein ssh rsa privater Schlüssel war Name 'id_rsa', nicht' private' ... – VonC
@Von: Es ist keine GitHub Frage, es hat mit Problemen zu tun, die einen öffentlichen/privaten Schlüssel erstellen und verwenden. –