質問編集履歴
4
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
・vscodeの拡張機能である"remote-ssh"を使用
|
4
4
|
・$ssh dockerのようにコマンドからssh接続は可能
|
5
5
|
・拡張機能を使ってssh接続しようとするとエラーが発生
|
6
|
+
・Could not establish connection to "github.com": ssh is not on the PATH.
|
6
7
|
|
7
8
|
|
8
9
|
### 発生している問題・エラーメッセージ
|
@@ -46,9 +47,9 @@
|
|
46
47
|
at async /Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:127:110485
|
47
48
|
[21:33:09.239] ------
|
48
49
|
```
|
50
|
+

|
49
51
|
|
50
52
|
|
51
|
-
|
52
53
|
### 該当のソースコード
|
53
54
|
|
54
55
|
拡張機能によるssh接続をしているため、ソースコード等はなし。
|
3
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
[21:33:09.199] SSH Resolver called for host: docker
|
25
25
|
[21:33:09.199] Setting up SSH remote "docker"
|
26
26
|
[21:33:09.201] Acquiring local install lock: /var/folders/p5/hz33r6656xz9c5vdyjzx13n40000gp/T/vscode-remote-ssh-docker-install.lock
|
27
|
-
[21:33:09.211] Looking for existing server data file at /Users/
|
27
|
+
[21:33:09.211] Looking for existing server data file at /Users/username/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-docker-c185983a683d14c396952dd432459097bc7f757f-0.65.1/data.json
|
28
28
|
[21:33:09.213] Using commit id "c185983a683d14c396952dd432459097bc7f757f" and quality "stable" for server
|
29
29
|
[21:33:09.216] Install and start server if needed
|
30
30
|
[21:33:09.222] Checking ssh with "ssh -V"
|
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,19 +31,19 @@
|
|
31
31
|
[21:33:09.225] Got error from ssh: spawn ssh ENOENT
|
32
32
|
[21:33:09.226] Finding installed ssh failed: ssh is not on the PATH
|
33
33
|
[21:33:09.231] Resolver error: Error: ssh is not on the PATH
|
34
|
-
at /Users/
|
34
|
+
at /Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:145988
|
35
35
|
at processTicksAndRejections (internal/process/task_queues.js:97:5)
|
36
|
-
at async C (/Users/
|
36
|
+
at async C (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:141630)
|
37
|
-
at async Object.t.getSshCommandPath (/Users/
|
37
|
+
at async Object.t.getSshCommandPath (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:144738)
|
38
|
-
at async Function.create (/Users/
|
38
|
+
at async Function.create (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:262418)
|
39
|
-
at async Object.t.tryInstallWithLocalServer (/Users/
|
39
|
+
at async Object.t.tryInstallWithLocalServer (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:387852)
|
40
|
-
at async /Users/
|
40
|
+
at async /Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:293749
|
41
|
-
at async Object.t.withShowDetailsEvent (/Users/
|
41
|
+
at async Object.t.withShowDetailsEvent (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:407055)
|
42
|
-
at async /Users/
|
42
|
+
at async /Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:387177
|
43
|
-
at async N (/Users/
|
43
|
+
at async N (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:383945)
|
44
|
-
at async Object.t.resolveWithLocalServer (/Users/
|
44
|
+
at async Object.t.resolveWithLocalServer (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:386804)
|
45
|
-
at async Object.t.resolve (/Users/
|
45
|
+
at async Object.t.resolve (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:297790)
|
46
|
-
at async /Users/
|
46
|
+
at async /Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:127:110485
|
47
47
|
[21:33:09.239] ------
|
48
48
|
```
|
49
49
|
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -77,6 +77,4 @@
|
|
77
77
|
```
|
78
78
|
$ssh -V
|
79
79
|
OpenSSH_8.1p1, LibreSSL 2.7.3
|
80
|
-
```
|
80
|
+
```
|
81
|
-
|
82
|
-
a
|