unfork: pull tempfork changes into gliderssh#5
Merged
Conversation
…NoClientAuthCallback Originally from tailscale/tailscale@3d180c0
Also bump github.com/tailscale/golang-x-crypto/ssh Updates #3802 Signed-off-by: Maisem Ali <maisem@tailscale.com> Originally from tailscale/tailscale@14d077f
(VSCode Live Share between Brad & Maisem!) Updates #3802 Change-Id: Id8edca4481b0811debfdf56d4ccb1a46f71dd6d3 Co-Authored-By: Brad Fitzpatrick <bradfitz@tailscale.com> Signed-off-by: Maisem Ali <maisem@tailscale.com> Originally from tailscale/tailscale@2b8b887 Co-Authored-By: Brad Fitzpatrick <bradfitz@tailscale.com>
Updates #5210 Change-Id: Ib02cd5e43d0a8db60c1f09755a8ac7b140b670be Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> Originally from tailscale/tailscale@116f55f
Fixes #5091 Signed-off-by: Maisem Ali <maisem@tailscale.com> Originally from tailscale/tailscale@f16b77d
Signed-off-by: Maisem Ali <maisem@tailscale.com> Originally from tailscale/tailscale@4de1601
…ypto/ssh with golang.org/x/crypto/ssh Collapsed from three commits in the tailscale monorepo: - 46fd4e58a (original change) - b60f6b849 (revert) - 2e95313b8 (re-apply) Import path changes are no-ops for this repo; the functional change is removing SendAuthBanner from context.go. Originally from tailscale/tailscale@46fd4e5 Originally from tailscale/tailscale@b60f6b8 Originally from tailscale/tailscale@2e95313
Rename the module from github.com/tailscale/ssh to github.com/tailscale/gliderssh. Update all import paths in examples and tests. Rewrite README for the new repo name. Remove CircleCI config. Fix duplicate BannerHandler declaration and use named fields for Window struct literals.
Add a CI workflow modeled after tailscale/tailscale that runs on PRs, pushes to main, and merge groups. The test matrix covers amd64, amd64 with race detector, and 386. Also runs go vet and checks that build/test do not modify tracked files or create untracked files. A check_mergeability job gates on the full matrix for use as a required status check.
b890c06 to
40cdc2d
Compare
bradfitz
approved these changes
Mar 12, 2026
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.
This PR pull the changes from tailscale/tempfork into our separate fork.