EnglishFrenchSpanish

OnWorks favicon

mosquitto_passwd - Online in the Cloud

Run mosquitto_passwd in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mosquitto_passwd that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mosquitto_passwd - manage password files for mosquitto

SYNOPSIS


mosquitto_passwd [-c | -D] passwordfile username

mosquitto_passwd -b passwordfile username password

mosquitto_passwd -U passwordfile

DESCRIPTION


mosquitto_passwd is a tool for managing password files the the mosquitto MQTT broker.

Usernames must not contain ":". Passwords are stored in a similar format to crypt(3).

OPTIONS


-b
Run in batch mode. This allows the password to be provided at the command line which
can be convenient but should be used with care because the password will be visible on
the command line and in command history.

-c
Create a new password file. If the file already exists, it will be overwritten.

-D
Delete the specified user from the password file.

-U
This option can be used to upgrade/convert a password file with plain text passwords
into one using hashed passwords. It will modify the specified file. It does not detect
whether passwords are already hashed, so using it on a password file that already
contains hashed passwords will generate new hashes based on the old hashes and render
the password file unusable.

passwordfile
The password file to modify.

username
The username to add/update/delete.

password
The password to use when in batch mode.

EXAMPLES


Add a user to a new password file:

· mosquitto_passwd -c /etc/mosquitto/passwd ral

Delete a user from a password file

· mosquitto_passwd -D /etc/mosquitto/passwd ral

Use mosquitto_passwd online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 2
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 3
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 4
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 5
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 6
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • More »

Linux commands

Ad