You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we don't vendor a modified copy of the library. It's a perfect time now to check which API we need doesn't exist now, and try to get them into the new golang.org/x/crypto/ssh/v2 package.
The text was updated successfully, but these errors were encountered:
@iBug42b2075 is the only patch to existing x/crypto/ssh codebase, can you elaborate on the context? I didn't find a related issue in https://github.com/golang/go
The context is loosely in the commit message. For Ubuntu 22.04 and lower, the packaged openssh-server doesn't implement the new "ping" protocol, and would exit immediately upon receiving one (unknown packet type 192). We found it easier to disable this optional feature altogether in that patch.
It would be great if we don't vendor a modified copy of the library. It's a perfect time now to check which API we need doesn't exist now, and try to get them into the new
golang.org/x/crypto/ssh/v2
package.The text was updated successfully, but these errors were encountered: