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

Warning: Identity file 'C:\Users\User\sshkey' not accessible: No such file or directory. #685

Closed
Dual-0 opened this issue Mar 27, 2020 · 9 comments · Fixed by #698
Closed
Labels
bug Something isn't working
Milestone

Comments

@Dual-0
Copy link

Dual-0 commented Mar 27, 2020

Hi,

after Update to 0.7.0.0 I can't acces via ssh key file.
Warning: Identity file 'C:\Users\User\sshkey' not accessible: No such file or directory.

Permissions are set to the user + admin-group (Administrators)

thanks for help

@monkeyking
Copy link

I met the same problem..

@felixse felixse added the bug Something isn't working label Mar 29, 2020
@TailyFair
Copy link

Having same issue

@aruiplex
Copy link

aruiplex commented Apr 4, 2020

Having same issue 😥 i love this project but it is a fatal problem.

@maxhora
Copy link
Collaborator

maxhora commented Apr 4, 2020

Can't repro so far. Generated key file with
ssh-keygen -t ecdsa -b 52
Added to ssh-agent with
ssh-add .\.ssh\id_ecdsa
Able to connect from Fluent to linux box without issues.

@TailyFair
Copy link

I would like to point out, that this issue only happens when using SSH profiles.

@maxhora
Copy link
Collaborator

maxhora commented Apr 4, 2020

@TailyFair thank you! Was able to repro this finally

@maxhora
Copy link
Collaborator

maxhora commented Apr 5, 2020

@TailyFair are you using SSH profile with "Use Mosh" option been enabled?

@maxhora
Copy link
Collaborator

maxhora commented Apr 5, 2020

@TailyFair please ignore my above question.

It is turned out we have started to use single quote around path to identity file, but OpenSSH doesn't like this. PR with fix #698

Important note: You need to "re-save" your SSH profiles to trigger new generation of correct ssh arguments. For example, you can toggle "Use Mosh" ON/OFF on each profile and press "Save" multiple times.

@maxhora maxhora mentioned this issue Apr 5, 2020
@felixse felixse added this to the 0.7.1.0 milestone Apr 5, 2020
@Dual-0
Copy link
Author

Dual-0 commented May 23, 2020

got this error still with 0.7.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants