| Summary: | egit doesn't understand host aliases from /etc/ssh/ssh_config | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Sergey Ilinykh <rion4ik> |
| Component: | Core | Assignee: | Philipp Thun <philipp.thun> |
| Status: | ASSIGNED --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | angvoz.dev, luc, stefan.lay |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Sergey Ilinykh
I have tried this and it worked for me... First, I have create a "config" file with the following content: --- Host eclipse Hostname egit.eclipse.org Port 29418 --- In Eclipse, I have ensured that the "SSH2 home" is set to the correct directory (where I put the config file). I have then clicked on "Clone a Git Repository..." from within the "Git Repositories" view in Eclipse and entered the following URI: ssh://<my_user>@eclipse/jgit.git Clicking "Next" and "Finish" cloned JGit to my local machine. Could you please check your SSH2 and proxy preferences in Eclipse? its set to /home/mylogin/.ssh does this mean eclipse/egit uses either user specific config or global one but never both? I experienced the same problem. I had to duplicate the entry in my ~/.ssh/config file, something like: Host www.example.domain Hostname www.example.domain ProxyCommand ... ... Host forge Hostname www.example.domain Proxycommand ... ... This is really inconvenient Uploaded a proposal to Gerrit: http://egit.eclipse.org/r/4775 Any chance it could be pulling aliases from Cygwin on Windows? |