1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
1
Hi,
This is an issue related to file encoding, especially when opened with CMD or Powershell.
To fix this issue, you need to change the file encoding to "UTF-8". To achieve this, try opening the ".ssh/config" file using Notepad++ or VSCode, and on the bottom right, click on the current encoding of the file. Then, update it to "UTF-8".
This should resolve the issue. And, in case it doesn't, try to copy the content of the ssh config and create a new file, making sure it has UTF-8 encoding.
Best,
Atul
con risposta un anno fa
Contenuto pertinente
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata 2 anni fa
- In che modo posso risolvere i problemi di connessione alla mia istanza Linux Amazon EC2 tramite SSH?AWS UFFICIALEAggiornata 2 anni fa
I have deleted that .ssh/config file and set to UTF-8. Now i am able to connect. I am new to aws i dont know what to do. But Some how it worked. Thanks for the help.
I'm glad to be of help!
Additionally, you can mark this as an "Accepted Answer" to help anyone facing a similar issue. Thank you!