tera termから、「プロキシを使用しない」を選択して
EC2に対してsshが成功している環境があります。
この環境で今度は、VS codeにremote sshできる
ソフトをプラグインしてアクセスしたところ
以下のようなエラーが発生します。対応方法をご教示願います。
環境:windows 10
C:\Users.ssh\config
config
1Host ec2のホスト名.amazonaws.com 2 HostName ec2のホスト名 3 IdentityFile 秘密鍵.pem 4 User ec2-user
error
1[12:54:43.494] Resolver error: Error: The VS Code Server failed to start 2 at Function.ServerInstallError (c:\Users\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:94355) 3 at c:\Users\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:92571 4 at Object.t.handleInstallOutput (c:\Users\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:93073) 5 at I (c:\Users\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:106975) 6 at processTicksAndRejections (internal/process/task_queues.js:94:5) 7 at async c:\Users\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:104974 8 at async Object.t.withShowDetailsEvent (c:\Users\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:110096) 9 at async Object.t.resolve (c:\Users\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:108158) 10 at async c:\Users\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:143767 11[12:54:43.504] ------ 12 13 14 15 16[12:54:44.110] "install" terminal command done 17[12:54:44.111] Install terminal quit with output:
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/19 07:18