diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-05-03 17:37:54 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-05-03 17:37:54 -0400 |
commit | 4547b5070c9999f093ea49bd7d77b7452d9180f0 (patch) | |
tree | 8b866cfd58eade6e7975068278983b2fd613aaba /sys/man/1 | |
parent | bafadebc191b068c515258bd0110093d3fd0d5be (diff) |
passwd(1): passwd no longer needs to be run on a terminal; netkey is more stubborn.
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/passwd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/man/1/passwd b/sys/man/1/passwd index d15461e3b..70d60532f 100644 --- a/sys/man/1/passwd +++ b/sys/man/1/passwd @@ -30,10 +30,7 @@ They may be of any length greater than seven characters. .PP .I Netkey prompts for a password to encrypt network challenges. -It is a substitute for a SecureNet box. -.PP -These commands may be run only on a terminal, to avoid -transmitting clear text passwords over the network. +It is a substitute for a SecureNet box. It may only be run on a terminal. .SH SOURCE .B /sys/src/cmd/auth/passwd.c .br |