Skip to content

Commit 8122bbe

Browse files
committed
refactor: don't provide the user to the ssh command
- proxy command is configured with the user
1 parent d5fddf4 commit 8122bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/toolbox/views/EnvironmentView.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class EnvironmentView(
3636
/**
3737
* The username is ignored by the Coder proxy command.
3838
*/
39-
override val userName: String? = "coder"
39+
override val userName: String? = null
4040

4141
}
4242

0 commit comments

Comments
 (0)