You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some trouble testing the feature on Windows, but after discussing with Tanha, we got it. The following might help for other OSes too:
I explicitly set "remote.SSH.useLocalServer": true in my settings file.
For RemoteCommand, I used RemoteCommand bash -c "export TESTKEY=testvalue; bash", and then in the bash terminal on the opened SSH window, I ran env | grep TEST and confirmed that that environment variable was set.
Refs: #4474
Complexity: 3
Create Issue
We want to make sure
Prerequisites:
Steps:
remote.SSH.useLocalServer
totrue
andremote.SSH.enableRemoteCommand
totrue
.RemoteCommand
field with switching user withsu
.The text was updated successfully, but these errors were encountered: