mosquitto_passwd

Manage password files for mosquitto. See also mosquitto, the MQTT server that this manages. More information: <https://mosquitto.org/man/mosquitto_passwd-1.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y mosquitto
Ubuntu
RUN apt-get update && \ apt-get install -y mosquitto
Alpine
RUN apk add mosquitto
Arch Arch Linux
RUN pacman -S --noconfirm mosquitto
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mosquitto
Fedora
RUN dnf install -y mosquitto
Raspbian
RUN apt-get update && \ apt-get install -y mosquitto
click the source code to copy install mosquitto_passwd on any operating system with command-not-found.com