Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creating Shell(Stream) without PTY #1419

Merged
merged 17 commits into from
Jun 16, 2024

Conversation

scott-xu
Copy link
Collaborator

Fixes #1418

@scott-xu scott-xu marked this pull request as ready for review May 31, 2024 03:08
Copy link
Collaborator

@Rob-Hague Rob-Hague left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure just yet whether the behaviour should be differentiated from the default by more than just an overload, i.e. whether they should be methods with different names e.g. CreateShellNoTerminal

src/Renci.SshNet/ShellStream.cs Show resolved Hide resolved
src/Renci.SshNet/ShellStream.cs Outdated Show resolved Hide resolved
src/Renci.SshNet/SshClient.cs Outdated Show resolved Hide resolved
src/Renci.SshNet/SshClient.cs Outdated Show resolved Hide resolved
src/Renci.SshNet/SshClient.cs Outdated Show resolved Hide resolved
test/Renci.SshNet.IntegrationTests/SshTests.cs Outdated Show resolved Hide resolved
test/Renci.SshNet.IntegrationTests/SshTests_TTYDisabled.cs Outdated Show resolved Hide resolved
test/Renci.SshNet.IntegrationTests/SshTests.cs Outdated Show resolved Hide resolved
@scott-xu scott-xu marked this pull request as draft June 10, 2024 11:01
@scott-xu scott-xu marked this pull request as ready for review June 13, 2024 14:13
Copy link
Collaborator

@Rob-Hague Rob-Hague left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@Rob-Hague Rob-Hague merged commit 9dc7db9 into sshnet:develop Jun 16, 2024
1 check was pending
@scott-xu scott-xu deleted the support-disabling-pty branch July 20, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support creating shell without PTY
2 participants