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
New releases have fixed the issues. Windows cmd shell commands are to be run using cmd /c command format but other external commands can be run directly without cmd. E.g. all these will work:
ssh someuser@somehost cmd /C dir
ssh someuser@somehost cmd /C set
ssh someuser@somehost hostname
ssh someuser@somehost myprogram.exe
For instance, the following command
outputs emty result.
The debug log of SSHD:
The text was updated successfully, but these errors were encountered: