blob: 30c74f5254844d2a78384bb07f456477d4d0711c (
plain)
1
2
3
4
5
6
7
8
9
|
# sshtest
This contains packages that are forked & locally hacked up for use
in tests.
Notably, `golang.org/x/crypto/ssh` was copied to
`tailscale.com/tempfork/sshtest/ssh` to permit adding behaviors specific
to testing (for testing Tailscale SSH) that aren't necessarily desirable
to have upstream.
|