mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user