someonesomewhere
New Member
- Joined
- Mar 19, 2018
- Messages
- 1
- Thread Author
- #1
Hi,
I installed openSSH for Windows and the Linux subsystem on my computer and I would like to access the Linux bash from another computer. When I use ssh to access the computer I get the Windows command prompt then when I type
It seems that it is because ssh uses the legacy console (the one where Ctrl+C prints ^C and you can't select text) and Windows doesn't allow it. Is there any way to use the new console with ssh or to have the Linux bash starting with the system but in background so I can have a ssh service runing on the Linux bash.
Thanks for your help
PS: The Linux bash works when I access it from the computer itself
I installed openSSH for Windows and the Linux subsystem on my computer and I would like to access the Linux bash from another computer. When I use ssh to access the computer I get the Windows command prompt then when I type
bash
I get
Code:
Error: 0x80070005
Press any key to continue...
Thanks for your help
PS: The Linux bash works when I access it from the computer itself