From 487470ea470a7422bd47d2623f58df94de3b3963 Mon Sep 17 00:00:00 2001 From: Percy Wegmann Date: Fri, 1 Nov 2024 08:48:09 -0500 Subject: ssh/tailssh: try out new AuthBanner API Uses https://go-review.googlesource.com/c/crypto/+/613856 DO NOT MERGE Change-Id: I0083fe34015e2ba39374ee58deae68c112b24750 Signed-off-by: Percy Wegmann --- ssh/tailssh/tailssh_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh/tailssh/tailssh_integration_test.go') 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" -- cgit v1.3-3-g829e