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 /tempfork/gliderlabs/ssh/ssh.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 'tempfork/gliderlabs/ssh/ssh.go')
| -rw-r--r-- | tempfork/gliderlabs/ssh/ssh.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tempfork/gliderlabs/ssh/ssh.go b/tempfork/gliderlabs/ssh/ssh.go index 644cb257d..54bd31ec2 100644 --- a/tempfork/gliderlabs/ssh/ssh.go +++ b/tempfork/gliderlabs/ssh/ssh.go @@ -4,7 +4,7 @@ import ( "crypto/subtle" "net" - gossh "github.com/tailscale/golang-x-crypto/ssh" + gossh "golang.org/x/crypto/ssh" ) type Signal string @@ -105,7 +105,7 @@ type Pty struct { // requested by the client as part of the pty-req. These are outlined as // part of https://datatracker.ietf.org/doc/html/rfc4254#section-8. // - // The opcodes are defined as constants in github.com/tailscale/golang-x-crypto/ssh (VINTR,VQUIT,etc.). + // The opcodes are defined as constants in golang.org/x/crypto/ssh (VINTR,VQUIT,etc.). // Boolean opcodes have values 0 or 1. Modes gossh.TerminalModes } |
