mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-27 12:20:54 +00:00
rexec: warn users about cleartext password transmission
Close apache/nuttx#9642. Signed-off-by: Mingjie Shen <shen497@purdue.edu>
This commit is contained in:
parent
3e8f7e33fc
commit
e94e1e59f3
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ config NETUTILS_REXEC
|
|||
default n
|
||||
---help---
|
||||
Enable support for the remote execution client.
|
||||
Warning: rexec transmits passwords in cleartext, unencrypted.
|
||||
|
||||
if NETUTILS_REXEC
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ config NETUTILS_REXECD
|
|||
default n
|
||||
---help---
|
||||
Enable support for the Remote Execution server.
|
||||
Warning: rexec transmits passwords in cleartext, unencrypted.
|
||||
|
||||
if NETUTILS_REXECD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue