Skip to content
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

Problem opening ~/.ssh/known_hosts on windows #20

Closed
leonard84 opened this issue Jun 11, 2015 · 10 comments
Closed

Problem opening ~/.ssh/known_hosts on windows #20

leonard84 opened this issue Jun 11, 2015 · 10 comments

Comments

@leonard84
Copy link

When trying to connect to a remote host I get this message:

Could not identify nor create the ssh known hosts file at ~/.ssh/known_hosts. The returned error is:Das System kann den angegebenen Pfad nicht finden the german text translates to file could not be found.

@bastbnl
Copy link

bastbnl commented Aug 4, 2015

Same here, on win10-x64. Does however work properly on win7-x64

@takayuky
Copy link

I went through this problem too when connecting to a remote server via sftp.

Apparently, it seems that the path to "known_hosts" file is hard coded and it causes this problem...

public static final String SSH_KNOWN_HOSTS = "~/.ssh/known_hosts";

@fioan89
Copy link
Owner

fioan89 commented Sep 17, 2015

Thank you I promise I will look into this issues as soon as I can. I can't commit to a timeline for now, but connection via ssh keys seems to cause a lot of issues lately (mostly because it's not fully featured see #19 and #14)

So for the next release the ssh issues are my primary target.

@fioan89
Copy link
Owner

fioan89 commented May 3, 2016

This issue should be fixed with commit d4f922b

@bastbnl
Copy link

bastbnl commented May 4, 2016

Thanks for the update. Is there something I can do to verify?

@fioan89
Copy link
Owner

fioan89 commented May 4, 2016

You can maybe build the jar and install it. You will have to download the project, open it and create a Intellij Project SDK and assign it to the project.

Then you just need to select Build -> Prepare All Plugin for Deployment.
I will follow up in the next days with a new release, but it will be great if someone can double check that it works.

@bastbnl
Copy link

bastbnl commented May 4, 2016

Can I ask you to get me a compiled version? I'll be happy to verify on 7 and 10, both 64 bit

@fioan89
Copy link
Owner

fioan89 commented May 4, 2016

sourcesync.zip

@bastbnl
Copy link

bastbnl commented May 4, 2016

Thanks! I installed it on Windows 10 and noticed the message was gone. I lost all my sourcesync settings and I remember you mentioned that before. Would be excellent when you would be able to prevent that from happening, but it's not an issue for me. I could understand this being an issue for somebody with multiple connections though

Same on Windows 7.

I haven't checked the passphrase option

Anyway, thanks for your work! I really appreciate it.

@fioan89
Copy link
Owner

fioan89 commented May 7, 2016

Fixed with 1.9 release.

@fioan89 fioan89 closed this as completed May 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants