summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal
diff options
context:
space:
mode:
authorPercy Wegmann <percy@tailscale.com>2024-11-01 08:48:09 -0500
committerPercy Wegmann <percy@tailscale.com>2024-11-01 10:06:42 -0500
commit846b09c650637595f653a9a0db0560160d298aac (patch)
tree5e74a2dee8057028e013838744a45e9909a2e1aa /ipn/ipnlocal
parent49de23cf1bae372996de797d86ced771ed314756 (diff)
downloadtailscale-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/ipnlocal')
-rw-r--r--ipn/ipnlocal/ssh.go2
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"