diff options
| author | Percy Wegmann <percy@tailscale.com> | 2024-11-01 08:48:09 -0500 |
|---|---|---|
| committer | Percy Wegmann <percy@tailscale.com> | 2024-11-01 10:06:42 -0500 |
| commit | 846b09c650637595f653a9a0db0560160d298aac (patch) | |
| tree | 5e74a2dee8057028e013838744a45e9909a2e1aa /ipn | |
| parent | 49de23cf1bae372996de797d86ced771ed314756 (diff) | |
| download | tailscale-percy/unforked-ssh-try.tar.xz tailscale-percy/unforked-ssh-try.zip | |
ssh/tailssh: try out new AuthBanner APIpercy/unforked-ssh-try
Uses https://go-review.googlesource.com/c/crypto/+/613856
DO NOT MERGE
Signed-off-by: Percy Wegmann <percy@tailscale.com>
Diffstat (limited to 'ipn')
| -rw-r--r-- | ipn/ipnlocal/ssh.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipn/ipnlocal/ssh.go b/ipn/ipnlocal/ssh.go index fbeb19bd1..48203edbc 100644 --- a/ipn/ipnlocal/ssh.go +++ b/ipn/ipnlocal/ssh.go @@ -24,8 +24,8 @@ import ( "strings" "sync" - "github.com/tailscale/golang-x-crypto/ssh" "go4.org/mem" + "golang.org/x/crypto/ssh" "tailscale.com/tailcfg" "tailscale.com/util/lineread" "tailscale.com/util/mak" |
