You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tempfork/sshtest/README.md

10 lines
302 B
Markdown

# 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.