Some of the usage examples use the golang.org/x/crypto/ssh/terminal module for accepting user input.
The crypto/ssh/terminalmodule is now deprecated.
The replacement module is golang.org/x/term
This impacts the following examples:
- basicauth
- tagprotection
- tokenauth