cli: add global --show-secrets option
- it controls echoing passwords input on terminal - it replaces --show-secrets in 'nmcli connection show', which is deprecated now - it replaces --show-password in 'nmcli device wifi hotspot', which is deprecated now
This commit is contained in:
@@ -999,7 +999,7 @@ nmc_secrets_requested (NMSecretAgentSimple *agent,
|
|||||||
nmc_terminal_erase_line ();
|
nmc_terminal_erase_line ();
|
||||||
|
|
||||||
success = get_secrets_from_user (request_id, title, msg, nmc->in_editor || nmc->ask,
|
success = get_secrets_from_user (request_id, title, msg, nmc->in_editor || nmc->ask,
|
||||||
FALSE, nmc->pwds_hash, secrets);
|
nmc->show_secrets, nmc->pwds_hash, secrets);
|
||||||
if (success)
|
if (success)
|
||||||
nm_secret_agent_simple_response (agent, request_id, secrets);
|
nm_secret_agent_simple_response (agent, request_id, secrets);
|
||||||
else {
|
else {
|
||||||
|
@@ -265,7 +265,7 @@ usage (void)
|
|||||||
g_printerr (_("Usage: nmcli connection { COMMAND | help }\n\n"
|
g_printerr (_("Usage: nmcli connection { COMMAND | help }\n\n"
|
||||||
"COMMAND := { show | up | down | add | modify | edit | delete | monitor | reload | load }\n\n"
|
"COMMAND := { show | up | down | add | modify | edit | delete | monitor | reload | load }\n\n"
|
||||||
" show [--active] [--order <order spec>]\n"
|
" show [--active] [--order <order spec>]\n"
|
||||||
" show [--active] [--show-secrets] [id | uuid | path | apath] <ID> ...\n\n"
|
" show [--active] [id | uuid | path | apath] <ID> ...\n\n"
|
||||||
" up [[id | uuid | path] <ID>] [ifname <ifname>] [ap <BSSID>] [passwd-file <file with passwords>]\n\n"
|
" up [[id | uuid | path] <ID>] [ifname <ifname>] [ap <BSSID>] [passwd-file <file with passwords>]\n\n"
|
||||||
" down [id | uuid | path | apath] <ID> ...\n\n"
|
" down [id | uuid | path | apath] <ID> ...\n\n"
|
||||||
" add COMMON_OPTIONS TYPE_SPECIFIC_OPTIONS SLAVE_OPTIONS IP_OPTIONS [-- ([+|-]<setting>.<property> <value>)+]\n\n"
|
" add COMMON_OPTIONS TYPE_SPECIFIC_OPTIONS SLAVE_OPTIONS IP_OPTIONS [-- ([+|-]<setting>.<property> <value>)+]\n\n"
|
||||||
@@ -293,13 +293,13 @@ usage_connection_show (void)
|
|||||||
"profiles are listed. When --active option is specified, only the active\n"
|
"profiles are listed. When --active option is specified, only the active\n"
|
||||||
"profiles are shown. --order allows custom connection ordering (see manual page).\n"
|
"profiles are shown. --order allows custom connection ordering (see manual page).\n"
|
||||||
"\n"
|
"\n"
|
||||||
"ARGUMENTS := [--active] [--show-secrets] [id | uuid | path | apath] <ID> ...\n"
|
"ARGUMENTS := [--active] [id | uuid | path | apath] <ID> ...\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Show details for specified connections. By default, both static configuration\n"
|
"Show details for specified connections. By default, both static configuration\n"
|
||||||
"and active connection data are displayed. It is possible to filter the output\n"
|
"and active connection data are displayed. It is possible to filter the output\n"
|
||||||
"using global '--fields' option. Refer to the manual page for more information.\n"
|
"using global '--fields' option. Refer to the manual page for more information.\n"
|
||||||
"When --active option is specified, only the active profiles are taken into\n"
|
"When --active option is specified, only the active profiles are taken into\n"
|
||||||
"account. --show-secrets option will reveal associated secrets as well.\n"));
|
"account. Use global --show-secrets option to reveal associated secrets as well.\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@@ -10489,6 +10489,8 @@ do_connections (NmCli *nmc, int argc, char **argv)
|
|||||||
active = TRUE;
|
active = TRUE;
|
||||||
next_arg (&argc, &argv);
|
next_arg (&argc, &argv);
|
||||||
}
|
}
|
||||||
|
/* --show-secrets is deprecated in favour of global --show-secrets */
|
||||||
|
/* Keep it here for backwards compatibility */
|
||||||
if (!show_secrets && nmc_arg_is_option (*argv, "show-secrets")) {
|
if (!show_secrets && nmc_arg_is_option (*argv, "show-secrets")) {
|
||||||
show_secrets = TRUE;
|
show_secrets = TRUE;
|
||||||
next_arg (&argc, &argv);
|
next_arg (&argc, &argv);
|
||||||
@@ -10505,6 +10507,7 @@ do_connections (NmCli *nmc, int argc, char **argv)
|
|||||||
next_arg (&argc, &argv);
|
next_arg (&argc, &argv);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
show_secrets = nmc->show_secrets || show_secrets;
|
||||||
nmc->return_value = do_connections_show (nmc, active, show_secrets, order, argc, argv);
|
nmc->return_value = do_connections_show (nmc, active, show_secrets, order, argc, argv);
|
||||||
if (order)
|
if (order)
|
||||||
g_array_unref (order);
|
g_array_unref (order);
|
||||||
|
@@ -293,8 +293,7 @@ usage (void)
|
|||||||
" wifi [list [ifname <ifname>] [bssid <BSSID>]]\n\n"
|
" wifi [list [ifname <ifname>] [bssid <BSSID>]]\n\n"
|
||||||
" wifi connect <(B)SSID> [password <password>] [wep-key-type key|phrase] [ifname <ifname>]\n"
|
" wifi connect <(B)SSID> [password <password>] [wep-key-type key|phrase] [ifname <ifname>]\n"
|
||||||
" [bssid <BSSID>] [name <name>] [private yes|no] [hidden yes|no]\n\n"
|
" [bssid <BSSID>] [name <name>] [private yes|no] [hidden yes|no]\n\n"
|
||||||
" wifi hotspot [ifname <ifname>] [con-name <name>] [ssid <SSID>] [band a|bg] [channel <channel>]\n\n"
|
" wifi hotspot [ifname <ifname>] [con-name <name>] [ssid <SSID>] [band a|bg] [channel <channel>] [password <password>]\n\n"
|
||||||
" [password <password>] [--show-password]\n\n"
|
|
||||||
" wifi rescan [ifname <ifname>] [[ssid <SSID to scan>] ...]\n\n"
|
" wifi rescan [ifname <ifname>] [[ssid <SSID to scan>] ...]\n\n"
|
||||||
" lldp [list [ifname <ifname>]]\n\n"
|
" lldp [list [ifname <ifname>]]\n\n"
|
||||||
));
|
));
|
||||||
@@ -414,7 +413,6 @@ usage_device_wifi (void)
|
|||||||
"\n"
|
"\n"
|
||||||
"ARGUMENTS := wifi hotspot [ifname <ifname>] [con-name <name>] [ssid <SSID>]\n"
|
"ARGUMENTS := wifi hotspot [ifname <ifname>] [con-name <name>] [ssid <SSID>]\n"
|
||||||
" [band a|bg] [channel <channel>] [password <password>]\n"
|
" [band a|bg] [channel <channel>] [password <password>]\n"
|
||||||
" [--show-password]\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"Create a Wi-Fi hotspot. Use 'connection down' or 'device disconnect'\n"
|
"Create a Wi-Fi hotspot. Use 'connection down' or 'device disconnect'\n"
|
||||||
"to stop the hotspot.\n"
|
"to stop the hotspot.\n"
|
||||||
@@ -425,7 +423,6 @@ usage_device_wifi (void)
|
|||||||
"band - Wi-Fi band to use\n"
|
"band - Wi-Fi band to use\n"
|
||||||
"channel - Wi-Fi channel to use\n"
|
"channel - Wi-Fi channel to use\n"
|
||||||
"password - password to use for the hotspot\n"
|
"password - password to use for the hotspot\n"
|
||||||
"--show-password - tell nmcli to print password to stdout\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"ARGUMENTS := rescan [ifname <ifname>] [[ssid <SSID to scan>] ...]\n"
|
"ARGUMENTS := rescan [ifname <ifname>] [[ssid <SSID to scan>] ...]\n"
|
||||||
"\n"
|
"\n"
|
||||||
@@ -3033,6 +3030,8 @@ do_device_wifi_hotspot (NmCli *nmc, int argc, char **argv)
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
password = *argv;
|
password = *argv;
|
||||||
|
/* --show-password is deprecated in favour of global --show-secrets option */
|
||||||
|
/* Keep it here for backwards compatibility */
|
||||||
} else if (nmc_arg_is_option (*argv, "show-password")) {
|
} else if (nmc_arg_is_option (*argv, "show-password")) {
|
||||||
show_password = TRUE;
|
show_password = TRUE;
|
||||||
} else {
|
} else {
|
||||||
@@ -3044,6 +3043,7 @@ do_device_wifi_hotspot (NmCli *nmc, int argc, char **argv)
|
|||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
show_password = nmc->show_secrets || show_password;
|
||||||
|
|
||||||
/* Verify band and channel parameters */
|
/* Verify band and channel parameters */
|
||||||
if (!channel) {
|
if (!channel) {
|
||||||
|
@@ -184,6 +184,9 @@ _nmcli_compl_OPTIONS()
|
|||||||
ask)
|
ask)
|
||||||
_nmcli_array_delete_at words 0
|
_nmcli_array_delete_at words 0
|
||||||
;;
|
;;
|
||||||
|
show-secrets)
|
||||||
|
_nmcli_array_delete_at words 0
|
||||||
|
;;
|
||||||
order)
|
order)
|
||||||
if [[ "${#words[@]}" -eq 2 ]]; then
|
if [[ "${#words[@]}" -eq 2 ]]; then
|
||||||
local ord="${words[1]}"
|
local ord="${words[1]}"
|
||||||
@@ -211,9 +214,6 @@ _nmcli_compl_OPTIONS()
|
|||||||
fi
|
fi
|
||||||
_nmcli_array_delete_at words 0 1
|
_nmcli_array_delete_at words 0 1
|
||||||
;;
|
;;
|
||||||
show-secrets)
|
|
||||||
_nmcli_array_delete_at words 0
|
|
||||||
;;
|
|
||||||
active)
|
active)
|
||||||
_nmcli_array_delete_at words 0
|
_nmcli_array_delete_at words 0
|
||||||
;;
|
;;
|
||||||
@@ -522,8 +522,7 @@ _nmcli_compl_ARGS()
|
|||||||
hairpin| \
|
hairpin| \
|
||||||
save| \
|
save| \
|
||||||
hidden| \
|
hidden| \
|
||||||
private| \
|
private)
|
||||||
show-password)
|
|
||||||
if [[ "${#words[@]}" -eq 2 ]]; then
|
if [[ "${#words[@]}" -eq 2 ]]; then
|
||||||
_nmcli_list "yes no"
|
_nmcli_list "yes no"
|
||||||
return 0
|
return 0
|
||||||
@@ -792,7 +791,7 @@ _nmcli()
|
|||||||
local COMMAND_CONNECTION_ACTIVE=""
|
local COMMAND_CONNECTION_ACTIVE=""
|
||||||
|
|
||||||
HELP_ONLY_AS_FIRST=
|
HELP_ONLY_AS_FIRST=
|
||||||
local LONG_OPTIONS=(terse pretty mode fields colors escape nocheck ask wait version help)
|
local LONG_OPTIONS=(terse pretty mode fields colors escape nocheck ask show-secrets wait version help)
|
||||||
_nmcli_compl_OPTIONS
|
_nmcli_compl_OPTIONS
|
||||||
i=$?
|
i=$?
|
||||||
|
|
||||||
@@ -887,11 +886,11 @@ _nmcli()
|
|||||||
case "$command" in
|
case "$command" in
|
||||||
s|sh|sho|show)
|
s|sh|sho|show)
|
||||||
if [[ ${#words[@]} -eq 3 ]]; then
|
if [[ ${#words[@]} -eq 3 ]]; then
|
||||||
_nmcli_compl_COMMAND_nl "${words[2]}" "$(printf "id\nuuid\npath\napath\n%s" "$(_nmcli_con_show NAME)")" active show-secrets order
|
_nmcli_compl_COMMAND_nl "${words[2]}" "$(printf "id\nuuid\npath\napath\n%s" "$(_nmcli_con_show NAME)")" active order
|
||||||
elif [[ ${#words[@]} -gt 3 ]]; then
|
elif [[ ${#words[@]} -gt 3 ]]; then
|
||||||
_nmcli_array_delete_at words 0 1
|
_nmcli_array_delete_at words 0 1
|
||||||
|
|
||||||
LONG_OPTIONS=(help active show-secrets order)
|
LONG_OPTIONS=(help active order)
|
||||||
HELP_ONLY_AS_FIRST=1
|
HELP_ONLY_AS_FIRST=1
|
||||||
_nmcli_compl_OPTIONS
|
_nmcli_compl_OPTIONS
|
||||||
i=$?
|
i=$?
|
||||||
@@ -1444,7 +1443,7 @@ _nmcli()
|
|||||||
;;
|
;;
|
||||||
h|ho|hot|hots|hotsp|hotspo|hotspot)
|
h|ho|hot|hots|hotsp|hotspo|hotspot)
|
||||||
_nmcli_array_delete_at words 0 2
|
_nmcli_array_delete_at words 0 2
|
||||||
OPTIONS=(ifname con-name ssid band channel password show-password)
|
OPTIONS=(ifname con-name ssid band channel password)
|
||||||
_nmcli_compl_ARGS
|
_nmcli_compl_ARGS
|
||||||
;;
|
;;
|
||||||
r|re|res|resc|resca|rescan)
|
r|re|res|resc|resca|rescan)
|
||||||
|
@@ -92,6 +92,7 @@ usage (const char *prog_name)
|
|||||||
" -e[scape] yes|no escape columns separators in values\n"
|
" -e[scape] yes|no escape columns separators in values\n"
|
||||||
" -n[ocheck] don't check nmcli and NetworkManager versions\n"
|
" -n[ocheck] don't check nmcli and NetworkManager versions\n"
|
||||||
" -a[sk] ask for missing parameters\n"
|
" -a[sk] ask for missing parameters\n"
|
||||||
|
" -s[how-secrets] allow displaying passwords\n"
|
||||||
" -w[ait] <seconds> set timeout waiting for finishing operations\n"
|
" -w[ait] <seconds> set timeout waiting for finishing operations\n"
|
||||||
" -v[ersion] show program version\n"
|
" -v[ersion] show program version\n"
|
||||||
" -h[elp] print this help\n"
|
" -h[elp] print this help\n"
|
||||||
@@ -257,6 +258,8 @@ parse_command_line (NmCli *nmc, int argc, char **argv)
|
|||||||
nmc->nocheck_ver = TRUE;
|
nmc->nocheck_ver = TRUE;
|
||||||
} else if (matches (opt, "-ask") == 0) {
|
} else if (matches (opt, "-ask") == 0) {
|
||||||
nmc->ask = TRUE;
|
nmc->ask = TRUE;
|
||||||
|
} else if (matches (opt, "-show-secrets") == 0) {
|
||||||
|
nmc->show_secrets = TRUE;
|
||||||
} else if (matches (opt, "-wait") == 0) {
|
} else if (matches (opt, "-wait") == 0) {
|
||||||
unsigned long timeout;
|
unsigned long timeout;
|
||||||
next_arg (&argc, &argv);
|
next_arg (&argc, &argv);
|
||||||
@@ -545,6 +548,7 @@ nmc_init (NmCli *nmc)
|
|||||||
memset (&nmc->print_fields, '\0', sizeof (NmcPrintFields));
|
memset (&nmc->print_fields, '\0', sizeof (NmcPrintFields));
|
||||||
nmc->nocheck_ver = FALSE;
|
nmc->nocheck_ver = FALSE;
|
||||||
nmc->ask = FALSE;
|
nmc->ask = FALSE;
|
||||||
|
nmc->show_secrets = FALSE;
|
||||||
nmc->use_colors = NMC_USE_COLOR_AUTO;
|
nmc->use_colors = NMC_USE_COLOR_AUTO;
|
||||||
nmc->in_editor = FALSE;
|
nmc->in_editor = FALSE;
|
||||||
nmc->editor_status_line = FALSE;
|
nmc->editor_status_line = FALSE;
|
||||||
|
@@ -156,6 +156,7 @@ typedef struct _NmCli {
|
|||||||
NmcPrintFields print_fields; /* Structure with field indices to print */
|
NmcPrintFields print_fields; /* Structure with field indices to print */
|
||||||
gboolean nocheck_ver; /* Don't check nmcli and NM versions: option '--nocheck' */
|
gboolean nocheck_ver; /* Don't check nmcli and NM versions: option '--nocheck' */
|
||||||
gboolean ask; /* Ask for missing parameters: option '--ask' */
|
gboolean ask; /* Ask for missing parameters: option '--ask' */
|
||||||
|
gboolean show_secrets; /* Whether to display secrets (both input and output): option '--show-secrets' */
|
||||||
gboolean in_editor; /* Whether running the editor - nmcli con edit' */
|
gboolean in_editor; /* Whether running the editor - nmcli con edit' */
|
||||||
gboolean editor_status_line; /* Whether to display status line in connection editor */
|
gboolean editor_status_line; /* Whether to display status line in connection editor */
|
||||||
gboolean editor_save_confirmation; /* Whether to ask for confirmation on saving connections with 'autoconnect=yes' */
|
gboolean editor_save_confirmation; /* Whether to ask for confirmation on saving connections with 'autoconnect=yes' */
|
||||||
|
@@ -55,6 +55,8 @@ nmcli \- command\(hyline tool for controlling NetworkManager
|
|||||||
.br
|
.br
|
||||||
\fB\-a\fR[\fIsk\fR]
|
\fB\-a\fR[\fIsk\fR]
|
||||||
.br
|
.br
|
||||||
|
\fB\-s\fR[\fIhow-secrets\fR]
|
||||||
|
.br
|
||||||
\fB\-w\fR[\fIait\fR] <seconds>
|
\fB\-w\fR[\fIait\fR] <seconds>
|
||||||
.br
|
.br
|
||||||
\fB\-v\fR[\fIersion\fR]
|
\fB\-v\fR[\fIersion\fR]
|
||||||
@@ -141,6 +143,11 @@ arguments, so do not use this option for non-interactive purposes like scripts.
|
|||||||
This option controls, for example, whether you will be prompted for a password
|
This option controls, for example, whether you will be prompted for a password
|
||||||
if it is required for connecting to a network.
|
if it is required for connecting to a network.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-s, \-\-show-secrets
|
||||||
|
When using this option \fInmcli\fP will display passwords and secrets that might
|
||||||
|
be present in an output of an operation. This option also influences echoing
|
||||||
|
passwords typed by user as an input.
|
||||||
|
.TP
|
||||||
.B \-w, \-\-wait <seconds>
|
.B \-w, \-\-wait <seconds>
|
||||||
This option sets a timeout period for which \fInmcli\fP will wait for \fINetworkManager\fP
|
This option sets a timeout period for which \fInmcli\fP will wait for \fINetworkManager\fP
|
||||||
to finish operations. It is especially useful for commands that may take a longer time to
|
to finish operations. It is especially useful for commands that may take a longer time to
|
||||||
@@ -299,12 +306,12 @@ active if a device is using that connection profile. Without a parameter, all
|
|||||||
profiles are listed. When --active option is specified, only the active profiles
|
profiles are listed. When --active option is specified, only the active profiles
|
||||||
are shown.
|
are shown.
|
||||||
.TP
|
.TP
|
||||||
.B show [--active] [--order <order spec>] [--show-secrets] [ id | uuid | path | apath ] <ID> ...
|
.B show [--active] [--order <order spec>] [ id | uuid | path | apath ] <ID> ...
|
||||||
.br
|
.br
|
||||||
Show details for specified connections. By default, both static configuration
|
Show details for specified connections. By default, both static configuration
|
||||||
and active connection data are displayed. When --active option is specified,
|
and active connection data are displayed. When --active option is specified,
|
||||||
only the active profiles are taken into account. When --show-secrets option is
|
only the active profiles are taken into account. Use global --show-secrets option
|
||||||
specified, secrets associated with the profile will be revealed too.
|
to display secrets associated with the profile.
|
||||||
.sp
|
.sp
|
||||||
Ordering:
|
Ordering:
|
||||||
.br
|
.br
|
||||||
@@ -938,8 +945,7 @@ Otherwise the connection is system\(hywide, which is the default.
|
|||||||
Otherwise the SSID would not be found and the connection attempt would fail.
|
Otherwise the SSID would not be found and the connection attempt would fail.
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B wifi hotspot [ifname <ifname>] [con-name <name>] [ssid <SSID>] [band a|bg] [channel <channel>]
|
.B wifi hotspot [ifname <ifname>] [con-name <name>] [ssid <SSID>] [band a|bg] [channel <channel>] [password <password>]
|
||||||
.B [password <password>] [--show-password]
|
|
||||||
.br
|
.br
|
||||||
Create a Wi-Fi hotspot. The command creates a hotspot connection profile according to
|
Create a Wi-Fi hotspot. The command creates a hotspot connection profile according to
|
||||||
Wi-Fi device capabilities and activates it on the device. The hotspot is secured with WPA
|
Wi-Fi device capabilities and activates it on the device. The hotspot is secured with WPA
|
||||||
@@ -963,9 +969,9 @@ Parameters of the hotspot can be influenced by the optional parameters:
|
|||||||
\(en password to use for the created hotspot. If not provided,
|
\(en password to use for the created hotspot. If not provided,
|
||||||
nmcli will generate a password. The password is either WPA
|
nmcli will generate a password. The password is either WPA
|
||||||
pre-shared key or WEP key.
|
pre-shared key or WEP key.
|
||||||
.IP \fI--show-password\fP 17
|
.PP
|
||||||
\(en tell nmcli to print the password to stdout. It is useful
|
Note that \fI--show-secrets\fP global option can be used to print the hotspot
|
||||||
when the user did not provide his own password.
|
password. It is useful especially when the password was generated.
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B wifi rescan [ifname <ifname>] [[ssid <SSID>] ...]
|
.B wifi rescan [ifname <ifname>] [[ssid <SSID>] ...]
|
||||||
@@ -1108,7 +1114,7 @@ shows all connection profile names and their auto-connect property.
|
|||||||
.IP
|
.IP
|
||||||
shows details for "My default em1" connection profile.
|
shows details for "My default em1" connection profile.
|
||||||
|
|
||||||
.IP "\fB\f(CWnmcli connection show --show-secrets \(dq\&My Home WiFi\(dq\&\fP\fP"
|
.IP "\fB\f(CWnmcli --show-secrets connection show \(dq\&My Home WiFi\(dq\&\fP\fP"
|
||||||
.IP
|
.IP
|
||||||
shows details for "My Home WiFi" connection profile with all passwords.
|
shows details for "My Home WiFi" connection profile with all passwords.
|
||||||
Without \fI--show-secrets\fP option, secrets would not be displayed.
|
Without \fI--show-secrets\fP option, secrets would not be displayed.
|
||||||
@@ -1162,7 +1168,7 @@ using password "caffeine". This is mainly useful when connecting to "Cafe Hotspo
|
|||||||
the first time. Next time, it is better to use 'nmcli con up id "My cafe"' so that the
|
the first time. Next time, it is better to use 'nmcli con up id "My cafe"' so that the
|
||||||
existing connection profile can be used and no additional is created.
|
existing connection profile can be used and no additional is created.
|
||||||
|
|
||||||
.IP "\fB\f(CWnmcli dev wifi hotspot -s con-name QuickHotspot\fP\fP"
|
.IP "\fB\f(CWnmcli -s dev wifi hotspot con-name QuickHotspot\fP\fP"
|
||||||
.IP
|
.IP
|
||||||
creates a hotspot profile and connects it. Prints the hotspot password the user should use
|
creates a hotspot profile and connects it. Prints the hotspot password the user should use
|
||||||
to connect to the hotspot from other devices.
|
to connect to the hotspot from other devices.
|
||||||
|
Reference in New Issue
Block a user