Merged
Conversation
When disableHostkeyVerification is set, the verification which is time consuming in debug mode is omitted.
When a sftp session is created with Client:sftp and on client side the sshd is killed it caused unhandled exceptions.
…ha2-256-etm@openssh.com", "hmac-sha2-512-etm@openssh.com" algorithms
Add parameter disableHostkeyVerification
Add support for server initiated re-keying
…hm-corrections Fix implementation of ETM MAC algorithms for SSH transport
…CD-improvements feat: Implement Automated Publishing via Tag & Disable Dependabot
Updated the showcase table to include the NaviTerm title and linked the name and image to the GitHub repository.
Updated alt text for images to improve accessibility and clarity.
fix: register channel before completing forwardLocal future to avoid dropping early CHANNEL_DATA
Add support for forwarding to domain sockets
…odify SSHSocket test connection
Add NaviTerm to "Built with dartssh2" list
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthrough本 PR 发布 2.14.0,更新 pubspec 版本并在 CHANGELOG 中新增:修复堡垒主机在目标立即发送版本字符串时的连接问题及新增公有 API 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Implements the ability to forward a local connection to a remote Unix domain socket via the `direct-streamlocal@openssh.com` channel, equivalent to the `ssh -L localPort:remoteSocketPath` command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by CodeRabbit