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 ssh v2 when version string does not contain CR #14

Merged
merged 1 commit into from Jan 11, 2022
Merged

Support ssh v2 when version string does not contain CR #14

merged 1 commit into from Jan 11, 2022

Conversation

Migarl
Copy link

@Migarl Migarl commented Jan 11, 2022

It was observed that there are ssh-2 servers that are not compliant with RFC4253 and terminate the version string only with (not preceded by ).

This PR aims to support this kind of non-compliant server.

The observation was made on a Synology NAS DS120j (kernel date March 2021):

$ uname -a
Linux NAS11 4.4.59+ #25556 SMP Thu Mar 4 18:01:32 CST 2021 aarch64 GNU/Linux synology_armada37xx_ds120j

@xtyxtyx xtyxtyx merged commit c645e79 into TerminalStudio:master Jan 11, 2022
@xtyxtyx
Copy link
Member

xtyxtyx commented Jan 11, 2022

Thanks for the PR! This has been included in version 2.3.1.

xtyxtyx added a commit that referenced this pull request Mar 6, 2022
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.

None yet

2 participants