Skip to content

Instantly share code, notes, and snippets.

@geektoni
Created August 20, 2018 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geektoni/be5334493d60776c41787b493a29e89c to your computer and use it in GitHub Desktop.
Save geektoni/be5334493d60776c41787b493a29e89c 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