-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto deploy from GitHub Actions build 360
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2080,7 +2080,7 @@ <h3 id="2024-年">2024 年<a class="headerlink" href="#2024-年" title="Permanen | |
debug2: service_accept: ssh-userauth | ||
debug1: SSH2_MSG_SERVICE_ACCEPT received | ||
</code></pre></div> | ||
<p>因此确认问题为 sshmux 转发了 packet type 192。</p> | ||
<p>因此确认问题为 sshmux 向客户端宣告支持 <code>[email protected]</code> 扩展,并转发了 packet type 192。</p> | ||
<p>解决方法是在 <code>x/crypto/ssh</code> 中找到 <code>ext_info</code> 相关代码并从中删掉 <code>[email protected]</code> 的支持:<a href="https://github.com/USTC-vlab/sshmux/commit/42b20754147cb6d9264d92c005b765fedb269593"><code>42b2075</code> @ USTC-vlab/sshmux</a></p> | ||
</details> | ||
</dd> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.