Skip to content

Commit c2fb516

Browse files
authored
[sshshim] turn on gate (#376)
## Summary Turns on this feature for all `devbox cloud shell` users. ## How was it tested? - started a fly VM - started a `devbox cloud shell` to that VM - inspected ~/.config/devbox/ssh/shims` to see files created and `logs.txt` to see operations running well - `MUTAGEN_DATA_DIRECTORY=~/.config/devbox/mutagen sync list` to inspect active sync sessions. - stop VM - `MUTAGEN_DATA_DIRECTORY=~/.config/devbox/mutagen sync list` to confirm no more active sync sessions.
1 parent a7c45a5 commit c2fb516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package featureflag
22

3-
var SSHShim = disabled("SSH_SHIM")
3+
var SSHShim = enabled("SSH_SHIM")

0 commit comments

Comments
 (0)