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
Some of the usage examples use the
golang.org/x/crypto/ssh/terminalmodule for accepting user input.The
crypto/ssh/terminalmodule is now deprecated.The replacement module is
golang.org/x/termThis impacts the following examples: