summaryrefslogtreecommitdiffhomepage
path: root/ssh/tailssh/tailssh_integration_test.go
diff options
context:
space:
mode:
authorPercy Wegmann <percy@tailscale.com>2024-11-01 08:48:09 -0500
committerBrad Fitzpatrick <bradfitz@tailscale.com>2024-11-01 08:32:41 -0700
commit487470ea470a7422bd47d2623f58df94de3b3963 (patch)
treef103cbeafdbd95376ba18f8d3430389b0c5782b7 /ssh/tailssh/tailssh_integration_test.go
parent49de23cf1bae372996de797d86ced771ed314756 (diff)
downloadtailscale-bradfitz/percy/unforked-ssh-try-gomod.tar.xz
tailscale-bradfitz/percy/unforked-ssh-try-gomod.zip
ssh/tailssh: try out new AuthBanner APIbradfitz/percy/unforked-ssh-try-gomod
Uses https://go-review.googlesource.com/c/crypto/+/613856 DO NOT MERGE Change-Id: I0083fe34015e2ba39374ee58deae68c112b24750 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.go2
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"