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
Since ConPTY appeared in windows only in late 2018, there is no native way to use pty before that. Although with help of winpty (https://github.com/rprichard/winpty) its possible.
It might be helpful to add it and make it possible to run full login shell in older windows versions. Surely its somewhat ugly approach which requires to bring additional dll and exe, although I couldn't find better approach.
Since ConPTY appeared in windows only in late 2018, there is no native way to use pty before that. Although with help of winpty (https://github.com/rprichard/winpty) its possible.
It might be helpful to add it and make it possible to run full login shell in older windows versions. Surely its somewhat ugly approach which requires to bring additional dll and exe, although I couldn't find better approach.
Here is example https://github.com/NHAS/reverse_ssh/tree/main/pkg/winpty
The text was updated successfully, but these errors were encountered: