You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
302 B
9 lines
302 B
# 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.
|
|
|