Skip to content

Invalid SSH identity files #1180

Answered by Crease29
DjVinnii asked this question in Q&A
Jan 20, 2024 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

I ran into the exact same issue on Windows with WSL2.
What fixed it for me was to run this command in my project directory to convert the line endings to LF only:

find .terraform -type f -print0 | xargs -0 dos2unix

Make sure dos2unix is installed.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@DjVinnii
Comment options

@mysticaltech
Comment options

@morinow
Comment options

@mysticaltech
Comment options

@DjVinnii
Comment options

Comment options

You must be logged in to vote
1 reply
@mysticaltech
Comment options

Answer selected by mysticaltech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1178 on January 20, 2024 20:38.