File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
### Fixed
8
8
9
+ - When a proxy command argument (such as the URL) contains ` ? ` and ` & ` , escape
10
+ it in the SSH config by using double quotes, as these characters have special
11
+ meanings in shells.
12
+
13
+ ## 2.14.0 - 2024-08-30
14
+
15
+ ### Fixed
16
+
9
17
- When the ` CODER_URL ` environment variable is set but you connect to a
10
18
different URL in Gateway, force the Coder CLI used in the SSH proxy command to
11
19
use the current URL instead of ` CODER_URL ` . This fixes connection issues such
12
20
as "failed to retrieve IDEs". To aply this fix, you must add the connection
13
21
again through the "Connect to Coder" flow or by using the dashboard link (the
14
22
recent connections do not reconfigure SSH).
15
- - When a proxy command argument (such as the URL) contains ` ? ` and ` & ` , escape
16
- it in the SSH config by using double quotes, as these characters have special
17
- meanings in shells.
18
23
19
24
### Changed
20
25
You can’t perform that action at this time.
0 commit comments