Ec2 instance not connecting to my windows command prompt through SSH clint

1

Previously i was able to connect though SSH client to my windows command prompt but now iam unable to connect. Can any one suggest what to do? Bellow is SSH client output. Enter image description here

Nirmal
質問済み 8ヶ月前332ビュー
1回答
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

profile picture
回答済み 8ヶ月前
  • 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!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ