-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git hosts defined in .ssh/config not working in cmder #58
Comments
You need to copy that to the cmder config folder. |
Sorry my previous reply should work for you if you use the packaged version but @Bliker already fixed this problem few commits back. |
Should be fixed in latest release |
Hi @Bliker!, I can't make this work even with the newest version of cmder. I just tried with v1.1.3 and doesn't work for me. Maybe I just don't know where cmder will make a lookup for this file. I just tried: config/.ssh/config Any hints? Thanks! ^_^ |
I am having the same issue as @JPNaude I have hosts defined in ~/.ssh/config but it's not being used |
For me, it seems the ssh-agent isn't running, is this related to this issue or seperate? |
I can confirm the same issue here.. any update on this? Looking forward for a fix. |
I had this problem, and then it went away. I've done this a million times on Linux and OSX without fuss.
|
Why this issue is still closed? This problem persist even in new versions of cmder. cmder does not recognize already saved passwords/logins for git, and even if I re-type them again in cmder, it still did not saved credentionals. |
The same problem to me. |
I have this as well ssh my-server gives error: ssh: Could not resolve hostname my-server: no address associated with name But if i do: ssh -F C:/Users/FooUser/.ssh/.config my-server It works fine... So it takes wrong config file or what? |
The issue is still present in the latest cmder version. |
It seems ssh lost reference to my
This just started recently. I never had problems with cmder for a long time using this setup. |
I have some git hosts defined in /.ssh/config
Git operations in cmder does not seem to recognize these. For example, a push on a repository for which the host is defined in this config file is not working:
Is there any way to get around this?
The text was updated successfully, but these errors were encountered: