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 would like to be able to SSH to my Windows 10 box and run the new bash shell. When I run this command, I get Error: 0x80070005. From what I can gather, this is because the CMD shell is invoked with "legacy mode" on. See this issue for more details.
I would love to be able to log in and use the SSH shell by default, but would settle for being able to run the bash shell within the cmd shell as my first command.
BTW, this is very cool stuff indeed. This is turning my gaming PC into a server I can use for development at work, and really augments my MacBook nicely. Well done.
The text was updated successfully, but these errors were encountered:
@bagajjal From my experimentation it seems like currently the best method to achieve what you want is to the openssh-server from aptitude. I have yet to achieve getting this to run as a service or from boot, but there are many ways to get it to launch the daemon at user log in. From the linux openssh you can launch cmd.exe and a limited functioning powershell window.
Hope this helps
I would like to be able to SSH to my Windows 10 box and run the new bash shell. When I run this command, I get Error: 0x80070005. From what I can gather, this is because the CMD shell is invoked with "legacy mode" on. See this issue for more details.
I would love to be able to log in and use the SSH shell by default, but would settle for being able to run the bash shell within the cmd shell as my first command.
BTW, this is very cool stuff indeed. This is turning my gaming PC into a server I can use for development at work, and really augments my MacBook nicely. Well done.
The text was updated successfully, but these errors were encountered: