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 /ssh/tailssh/tailssh_integration_test.go | |
| 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 'ssh/tailssh/tailssh_integration_test.go')
| -rw-r--r-- | ssh/tailssh/tailssh_integration_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/tailssh/tailssh_integration_test.go b/ssh/tailssh/tailssh_integration_test.go index 1799d3400..5c4f533b1 100644 --- a/ssh/tailssh/tailssh_integration_test.go +++ b/ssh/tailssh/tailssh_integration_test.go @@ -32,8 +32,8 @@ import ( "github.com/bramvdbogaerde/go-scp" "github.com/google/go-cmp/cmp" "github.com/pkg/sftp" - gossh "github.com/tailscale/golang-x-crypto/ssh" "golang.org/x/crypto/ssh" + gossh "golang.org/x/crypto/ssh" "golang.org/x/crypto/ssh/agent" "tailscale.com/net/tsdial" "tailscale.com/tailcfg" |
