Skip to content

Support creating shell without PTY #1418

Closed
@scott-xu

Description

@scott-xu

OpenSSH client supports -T option to disable pseudo-terminal allocation. Can we add this feature to SSH.NET as well?
With this option, the output from remote does not contain control sequences.
It is not user-friendly but program-friendly. Program at client side does not need to parse/draw the screen with control sequences to get the correct output.

There's already SshCommand feature which is similar with this. But SshCommand does not support interactions. SshCommand runs and ends.

https://www.man7.org/linux/man-pages/man1/ssh.1.html
-T Disable pseudo-terminal allocation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions