mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-04 19:07:16 +08: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
@ -8,6 +8,7 @@ config NETUTILS_REXEC
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for the remote execution client.
|
Enable support for the remote execution client.
|
||||||
|
Warning: rexec transmits passwords in cleartext, unencrypted.
|
||||||
|
|
||||||
if NETUTILS_REXEC
|
if NETUTILS_REXEC
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ config NETUTILS_REXECD
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for the Remote Execution server.
|
Enable support for the Remote Execution server.
|
||||||
|
Warning: rexec transmits passwords in cleartext, unencrypted.
|
||||||
|
|
||||||
if NETUTILS_REXECD
|
if NETUTILS_REXECD
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user