Eclipse

Aus Info-Theke
Zur Navigation springen Zur Suche springen


Plugins

  • EGit:

Client

SSH configuration in Eclipse

  • Windows-Preferences - General - Network Connections - SSH2
    • General:
      • ssh2home: C:\Users\winfried\.ssh (Beispiel)
      • Private keys: id_dsa,id_rsa
    • Key Management:
      • [Generate RSA Key]
      • Passphrase: xxx
      • Confirm passphrase: xxx
      • [Save private Key]
      • [assign public key to user in Gerrit|Tools.Gerrit.Atries#SSHConfiguration]
    • Authentication Methods:
    • check "public" and "passwort" and move them to the top of the list

[1]


  • Windows-Preferences - Team - Git - Configuration
    • User Settings
      • [New Entry]
      • Key: http.sslVerify
      • Value: false
      • [OK]

If there is an authorization problem (eg. after changing the key) Eclipse should be restarted completely.