Skip to content

Instantly share code, notes, and snippets.

@farazdagi
Created March 11, 2019 19:16
Show Gist options
  • Save farazdagi/bf62078a1077ba9bfbdf850e43360e4a to your computer and use it in GitHub Desktop.
Save farazdagi/bf62078a1077ba9bfbdf850e43360e4a to your computer and use it in GitHub Desktop.
#! /bin/bash
USER=$1
PASS=$2
usermod --password $(echo $PASS | openssl passwd -1 -stdin) $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment