You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes; echo rawon >/dev/consctl does it; from cons(3)
"If the string rawon has been written to the consctl file and
the file is still open, cons is in raw mode: characters are
not echoed as they are typed, backspace, `^U' and `^D' are
not treated specially, and characters are available to read
as soon as they are typed. Ordinary mode is reentered when
rawoff is written to consctl or this file is closed."
bradfitz
changed the title
x/crypto/ssh/terminal ReadPassword() not supported on plan9
x/crypto/ssh/terminal: ReadPassword not supported on plan9
Jun 7, 2017
tklauser
changed the title
x/crypto/ssh/terminal: ReadPassword not supported on plan9
x/term: ReadPassword not supported on plan9
Jun 25, 2021
The golang.org/x/crypto/ssh/terminal package is deprecated and moved to golang.org/x/term, so support for ReadPassword on plan9 should be implemented in that package.
x/crypto/ssh/terminal doesn't provide
terminal.ReadPassword
on plan9.Related #13085
The text was updated successfully, but these errors were encountered: